aboutsummaryrefslogtreecommitdiffhomepage
path: root/testdata/errors/compiler.go
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/errors/compiler.go')
-rw-r--r--testdata/errors/compiler.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/testdata/errors/compiler.go b/testdata/errors/compiler.go
index fb0057c93..3332c7c2f 100644
--- a/testdata/errors/compiler.go
+++ b/testdata/errors/compiler.go
@@ -7,7 +7,6 @@ func foo() {
//go:align 7
var global int
-// TODO: include package name in the error message
-
+// ERROR: # command-line-arguments
// ERROR: compiler.go:4:6: can only use //go:wasmimport on declarations
// ERROR: compiler.go:8:5: global variable alignment must be a positive power of two