diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-04-18 17:14:29 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-04-19 10:26:57 +0200 |
| commit | 815daeab0fe9e740284119987e2921c980368d9d (patch) | |
| tree | 726a1ea0b99529600de57a9a6e3dbe3a95c61f05 /pkg/compiler/testdata/errors.txt | |
| parent | 91db3ed8ce2dc73444bcd649f8003cbe96fcb227 (diff) | |
pkg/compiler: error on duplicate attributes
Diffstat (limited to 'pkg/compiler/testdata/errors.txt')
| -rw-r--r-- | pkg/compiler/testdata/errors.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/compiler/testdata/errors.txt b/pkg/compiler/testdata/errors.txt index 5c7f923d6..6b9145fd6 100644 --- a/pkg/compiler/testdata/errors.txt +++ b/pkg/compiler/testdata/errors.txt @@ -128,6 +128,7 @@ foo$68(a int32[15, 2]) ### first argument of int32 needs to be a range foo$69() (foo) ### unknown syscall foo$69 attribute foo foo$70() ("foo") ### unexpected string "foo", expect attribute foo$71() (42) ### unexpected int 42, expect attribute +foo$72() (disabled, disabled) ### duplicate syscall foo$72 attribute disabled opt { ### struct uses reserved name opt f1 int32 |
