diff options
author | Ayke van Laethem <[email protected]> | 2019-01-31 17:43:19 +0100 |
---|---|---|
committer | Ayke van Laethem <[email protected]> | 2019-01-31 17:43:19 +0100 |
commit | 914d383a96be8cbb1495209e11ddc0a8e32ca1db (patch) | |
tree | 188ea5d2a61f9739225957ad744b49e18dbc29dd /testdata/slice.go | |
parent | 504c82a0e7edab55d2c9b326309151a9d7f32750 (diff) | |
download | tinygo-914d383a96be8cbb1495209e11ddc0a8e32ca1db.tar.gz tinygo-914d383a96be8cbb1495209e11ddc0a8e32ca1db.zip |
all: update import paths to github.com/tinygo-org/tinygo
Diffstat (limited to 'testdata/slice.go')
-rw-r--r-- | testdata/slice.go | 2 |
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) |