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.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/compiler/testdata/errors.txt b/pkg/compiler/testdata/errors.txt
index 9d625a34b..83b62cfb6 100644
--- a/pkg/compiler/testdata/errors.txt
+++ b/pkg/compiler/testdata/errors.txt
@@ -419,8 +419,9 @@ union$overlay0 [
]
union$directions [
- f1 int32 (in) ### unknown arg/field f1 attribute in
+ f1 int32 (in)
f2 int32 (out) ### unknown arg/field f2 attribute out
+ f3 int32 (inout) ### unknown arg/field f3 attribute inout
]