diff options
author | Aleksey Kladov <[email protected]> | 2018-08-04 11:17:24 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-08-04 11:17:24 +0100 |
commit | e919db3731968ae7a6877530d2cb645b0495d5fd (patch) | |
tree | 02c8f9a9accf0db8f89bdf9c8a8293a81f557568 /tests/data/parser/inline/0006_extern_struct.txt | |
parent | 7264c3294b3c460da459774058c9b9fa77edac12 (diff) |
refine item parsing
Diffstat (limited to 'tests/data/parser/inline/0006_extern_struct.txt')
-rw-r--r-- | tests/data/parser/inline/0006_extern_struct.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/data/parser/inline/0006_extern_struct.txt b/tests/data/parser/inline/0006_extern_struct.txt deleted file mode 100644 index f310e1225..000000000 --- a/tests/data/parser/inline/0006_extern_struct.txt +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | FILE@[0; 19) | ||
2 | ABI@[0; 7) | ||
3 | EXTERN_KW@[0; 6) | ||
4 | WHITESPACE@[6; 7) | ||
5 | err: `expected `fn` or `{`` | ||
6 | STRUCT_ITEM@[7; 19) | ||
7 | STRUCT_KW@[7; 13) | ||
8 | NAME@[13; 17) | ||
9 | WHITESPACE@[13; 14) | ||
10 | IDENT@[14; 17) "Foo" | ||
11 | SEMI@[17; 18) | ||
12 | WHITESPACE@[18; 19) | ||