diff options
Diffstat (limited to 'pkg/compiler/testdata')
| -rw-r--r-- | pkg/compiler/testdata/all.txt | 4 | ||||
| -rw-r--r-- | pkg/compiler/testdata/errors.txt | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/pkg/compiler/testdata/all.txt b/pkg/compiler/testdata/all.txt index b19b85980..1202e7511 100644 --- a/pkg/compiler/testdata/all.txt +++ b/pkg/compiler/testdata/all.txt @@ -336,6 +336,10 @@ struct$fmt0 { flags_with_one_value = 0 +# Syscall attributes. + +fsck_test() (fsck["fsck.test -n"]) + # Compressed images. struct_compressed { diff --git a/pkg/compiler/testdata/errors.txt b/pkg/compiler/testdata/errors.txt index 4f3186698..dc9170315 100644 --- a/pkg/compiler/testdata/errors.txt +++ b/pkg/compiler/testdata/errors.txt @@ -507,3 +507,5 @@ conditional_fields_union2 [ u2 int32 ### either no fields have conditions or all except the last u3 int32 ] + +invalid_string_attr() (invalid["string"]) ### unknown syscall invalid_string_attr attribute invalid
\ No newline at end of file |
