aboutsummaryrefslogtreecommitdiffhomepage
path: root/testdata/errors
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2024-06-22 17:04:44 +0200
committerRon Evans <[email protected]>2024-08-17 11:49:14 +0200
commit7e284a37fccc970e05db124863c66c26c8e0ff40 (patch)
treea4eabbfeccc21caac40a34efa39a40eb58002f00 /testdata/errors
parentb6c53a6f0e4b4adca49a2011698bbb690c688eb9 (diff)
downloadtinygo-7e284a37fccc970e05db124863c66c26c8e0ff40.tar.gz
tinygo-7e284a37fccc970e05db124863c66c26c8e0ff40.zip
ci: use Go 1.23
Diffstat (limited to 'testdata/errors')
-rw-r--r--testdata/errors/types.go2
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