aboutsummaryrefslogtreecommitdiffhomepage
path: root/testdata
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2019-01-31 17:43:19 +0100
committerAyke van Laethem <[email protected]>2019-01-31 17:43:19 +0100
commit914d383a96be8cbb1495209e11ddc0a8e32ca1db (patch)
tree188ea5d2a61f9739225957ad744b49e18dbc29dd /testdata
parent504c82a0e7edab55d2c9b326309151a9d7f32750 (diff)
downloadtinygo-914d383a96be8cbb1495209e11ddc0a8e32ca1db.tar.gz
tinygo-914d383a96be8cbb1495209e11ddc0a8e32ca1db.zip
all: update import paths to github.com/tinygo-org/tinygo
Diffstat (limited to 'testdata')
-rw-r--r--testdata/slice.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/slice.go b/testdata/slice.go
index cf0fd216d..f844690f9 100644
--- a/testdata/slice.go
+++ b/testdata/slice.go
@@ -92,7 +92,7 @@ func main() {
}
println()
- // Verify the fix in https://github.com/aykevl/tinygo/pull/119
+ // Verify the fix in https://github.com/tinygo-org/tinygo/pull/119
var unnamed [32]byte
var named MySlice
assert(len(unnamed[:]) == 32)