aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/compiler/testdata
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/compiler/testdata')
-rw-r--r--pkg/compiler/testdata/errors.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/compiler/testdata/errors.txt b/pkg/compiler/testdata/errors.txt
index 32c673f21..1be1bd070 100644
--- a/pkg/compiler/testdata/errors.txt
+++ b/pkg/compiler/testdata/errors.txt
@@ -103,6 +103,9 @@ f130 = 100, 110, f110 ### flags f130 used twice or circular dependency on f130
loop_flags(a flags[f110])
+f200 = f300, 200, 201 ### flags identifier not at the end in f200 definition
+f300 = 300, 301
+
f210 = "1", "2", "3", f220 ### flags f210 used twice or circular dependency on f210
f220 = "10", "11", f230 ### flags f220 used twice or circular dependency on f220
f230 = "100", "110", f210 ### flags f230 used twice or circular dependency on f230