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 6cc2e2b0f..6d258cf50 100644
--- a/pkg/compiler/testdata/errors.txt
+++ b/pkg/compiler/testdata/errors.txt
@@ -412,3 +412,8 @@ union$overlay0 [
f0 int32
f1 int32 (out_overlay) ### unknown arg/field f1 attribute out_overlay
]
+
+union$directions [
+ f1 int32 (in) ### unknown arg/field f1 attribute in
+ f2 int32 (out) ### unknown arg/field f2 attribute out
+]