diff options
author | Aleksey Kladov <[email protected]> | 2018-02-10 11:10:02 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-02-10 11:10:02 +0000 |
commit | ca6e93f091bc6f2e9dc26e842fc87d614089cf9d (patch) | |
tree | 1b7301408f414eaf731ee41c80b200b0d74991e2 /tests/data/parser/inline | |
parent | f746fb6a93a4f0493fc8f5602372c267befe4e48 (diff) |
G: use names in structs
Diffstat (limited to 'tests/data/parser/inline')
-rw-r--r-- | tests/data/parser/inline/0006_extern_struct.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/data/parser/inline/0006_extern_struct.txt b/tests/data/parser/inline/0006_extern_struct.txt index 13917d7f3..93a5b0477 100644 --- a/tests/data/parser/inline/0006_extern_struct.txt +++ b/tests/data/parser/inline/0006_extern_struct.txt | |||
@@ -5,7 +5,8 @@ FILE@[0; 19) | |||
5 | err: `expected `fn` or `{`` | 5 | err: `expected `fn` or `{`` |
6 | STRUCT_ITEM@[7; 19) | 6 | STRUCT_ITEM@[7; 19) |
7 | STRUCT_KW@[7; 13) | 7 | STRUCT_KW@[7; 13) |
8 | WHITESPACE@[13; 14) | 8 | NAME@[13; 17) |
9 | IDENT@[14; 17) "Foo" | 9 | WHITESPACE@[13; 14) |
10 | IDENT@[14; 17) "Foo" | ||
10 | SEMI@[17; 18) | 11 | SEMI@[17; 18) |
11 | WHITESPACE@[18; 19) | 12 | WHITESPACE@[18; 19) |