diff options
author | Ayke van Laethem <[email protected]> | 2024-06-22 17:04:44 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2024-08-17 11:49:14 +0200 |
commit | 7e284a37fccc970e05db124863c66c26c8e0ff40 (patch) | |
tree | a4eabbfeccc21caac40a34efa39a40eb58002f00 /testdata/errors | |
parent | b6c53a6f0e4b4adca49a2011698bbb690c688eb9 (diff) | |
download | tinygo-7e284a37fccc970e05db124863c66c26c8e0ff40.tar.gz tinygo-7e284a37fccc970e05db124863c66c26c8e0ff40.zip |
ci: use Go 1.23
Diffstat (limited to 'testdata/errors')
-rw-r--r-- | testdata/errors/types.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/errors/types.go b/testdata/errors/types.go index 6bd949f0c..a74fb4a33 100644 --- a/testdata/errors/types.go +++ b/testdata/errors/types.go @@ -7,6 +7,6 @@ func main() { } // ERROR: # command-line-arguments -// ERROR: types.go:4:6: a declared and not used +// ERROR: types.go:4:6: declared and not used: a // ERROR: types.go:5:6: cannot use "foobar" (untyped string constant) as int value in assignment // ERROR: types.go:6:2: undefined: nonexisting |