aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/compiler/testdata/errors.txt
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-09-04 19:52:55 +0200
committerDmitry Vyukov <dvyukov@google.com>2017-09-04 20:25:22 +0200
commit54a92e90e0cfa9637bb5c4db4ffb4392e22705d5 (patch)
tree4482ab8f74c449b9afd9a97ab8c20b3604815fe4 /pkg/compiler/testdata/errors.txt
parent740662e03a9abc235689531ec363c852f3f1b21c (diff)
pkg/compiler: prohibit bitfields in syscall args
Diffstat (limited to 'pkg/compiler/testdata/errors.txt')
-rw-r--r--pkg/compiler/testdata/errors.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/compiler/testdata/errors.txt b/pkg/compiler/testdata/errors.txt
index 6be60ef91..dc535b000 100644
--- a/pkg/compiler/testdata/errors.txt
+++ b/pkg/compiler/testdata/errors.txt
@@ -108,6 +108,7 @@ foo$43(a ptr[in, string[1]]) ### unexpected int 1, string arg must be a string l
foo$44(a int32) len[a] ### len can't be syscall return
foo$45(a int32) len[b] ### len can't be syscall return
foo$46(a ptr[in, in]) ### unknown type in
+foo$47(a int32:2) ### unexpected ':'
opt { ### struct uses reserved name opt
f1 int32