diff options
author | Aleksey Kladov <[email protected]> | 2018-07-31 20:14:56 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-07-31 20:14:56 +0100 |
commit | 8105c14454f8c4f575f16b44ec616ffd045be57f (patch) | |
tree | d8d2aba889583afa2e6045f024656918b5f273db /tests/data/parser/inline | |
parent | 5d8cef4c0eec3718d92560337f9a1d4fcf04d01f (diff) |
Improve debug_dump performance
Diffstat (limited to 'tests/data/parser/inline')
-rw-r--r-- | tests/data/parser/inline/0023_array_type_missing_semi.txt | 2 | ||||
-rw-r--r-- | tests/data/parser/inline/0029_fn_pointer_type_missing_fn.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/parser/inline/0023_array_type_missing_semi.txt b/tests/data/parser/inline/0023_array_type_missing_semi.txt index cc280d5a7..9b210dcd4 100644 --- a/tests/data/parser/inline/0023_array_type_missing_semi.txt +++ b/tests/data/parser/inline/0023_array_type_missing_semi.txt | |||
@@ -13,8 +13,8 @@ FILE@[0; 18) | |||
13 | L_PAREN@[10; 11) | 13 | L_PAREN@[10; 11) |
14 | R_PAREN@[11; 12) | 14 | R_PAREN@[11; 12) |
15 | WHITESPACE@[12; 13) | 15 | WHITESPACE@[12; 13) |
16 | err: `expected SEMI` | ||
17 | err: `expected `;` or `]`` | 16 | err: `expected `;` or `]`` |
17 | err: `expected SEMI` | ||
18 | err: `expected item` | 18 | err: `expected item` |
19 | ERROR@[13; 15) | 19 | ERROR@[13; 15) |
20 | INT_NUMBER@[13; 15) | 20 | INT_NUMBER@[13; 15) |
diff --git a/tests/data/parser/inline/0029_fn_pointer_type_missing_fn.txt b/tests/data/parser/inline/0029_fn_pointer_type_missing_fn.txt index d6c27cf58..c99714ed4 100644 --- a/tests/data/parser/inline/0029_fn_pointer_type_missing_fn.txt +++ b/tests/data/parser/inline/0029_fn_pointer_type_missing_fn.txt | |||
@@ -8,8 +8,8 @@ FILE@[0; 20) | |||
8 | EQ@[7; 8) | 8 | EQ@[7; 8) |
9 | WHITESPACE@[8; 9) | 9 | WHITESPACE@[8; 9) |
10 | UNSAFE_KW@[9; 15) | 10 | UNSAFE_KW@[9; 15) |
11 | err: `expected SEMI` | ||
12 | err: `expected `fn`` | 11 | err: `expected `fn`` |
12 | err: `expected SEMI` | ||
13 | WHITESPACE@[15; 16) | 13 | WHITESPACE@[15; 16) |
14 | err: `expected item` | 14 | err: `expected item` |
15 | ERROR@[16; 17) | 15 | ERROR@[16; 17) |