aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests/data/parser/err/0014_where_no_bounds.txt
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-05-28 15:09:45 +0100
committerAleksey Kladov <[email protected]>2019-05-28 15:09:45 +0100
commit310bfe57bd1ea3cd5e22d434ae9d709265af5463 (patch)
tree286f2947ab50339c510a43ad5599050fba19701f /crates/ra_syntax/tests/data/parser/err/0014_where_no_bounds.txt
parentbc2550b196fbf341ce0168f7dda5498e4d7aaf63 (diff)
update test data
Diffstat (limited to 'crates/ra_syntax/tests/data/parser/err/0014_where_no_bounds.txt')
-rw-r--r--crates/ra_syntax/tests/data/parser/err/0014_where_no_bounds.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_syntax/tests/data/parser/err/0014_where_no_bounds.txt b/crates/ra_syntax/tests/data/parser/err/0014_where_no_bounds.txt
index 52ad7bef7..276a58b69 100644
--- a/crates/ra_syntax/tests/data/parser/err/0014_where_no_bounds.txt
+++ b/crates/ra_syntax/tests/data/parser/err/0014_where_no_bounds.txt
@@ -23,9 +23,9 @@ SOURCE_FILE@[0; 23)
23 PATH_SEGMENT@[18; 19) 23 PATH_SEGMENT@[18; 19)
24 NAME_REF@[18; 19) 24 NAME_REF@[18; 19)
25 IDENT@[18; 19) "T" 25 IDENT@[18; 19) "T"
26 err: `expected colon`
27 WHITESPACE@[19; 20) " " 26 WHITESPACE@[19; 20) " "
28 BLOCK@[20; 22) 27 BLOCK@[20; 22)
29 L_CURLY@[20; 21) "{" 28 L_CURLY@[20; 21) "{"
30 R_CURLY@[21; 22) "}" 29 R_CURLY@[21; 22) "}"
31 WHITESPACE@[22; 23) "\n" 30 WHITESPACE@[22; 23) "\n"
31err: `expected colon`