diff options
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) |