aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/compiler/testdata/errors.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/compiler/testdata/errors.txt')
-rw-r--r--pkg/compiler/testdata/errors.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/compiler/testdata/errors.txt b/pkg/compiler/testdata/errors.txt
index 6d258cf50..1201fa361 100644
--- a/pkg/compiler/testdata/errors.txt
+++ b/pkg/compiler/testdata/errors.txt
@@ -3,6 +3,11 @@
# Errors that happen during type checking phase.
+meta foobar ### unknown type foobar
+meta noextract["foo"] ### wrong number of arguments for type noextract, expect no arguments
+meta "foobar" ### unexpected string "foobar", expect type
+meta arches["z80"] ### unknown arch z80
+
#include "something" ### confusing comment faking a directive (rephrase if it's intentional)
#define FOO BAR ### confusing comment faking a directive (rephrase if it's intentional)
# include "something" ### confusing comment faking a directive (rephrase if it's intentional)