aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests/data/parser/err/0021_incomplete_param.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/0021_incomplete_param.txt
parentbc2550b196fbf341ce0168f7dda5498e4d7aaf63 (diff)
update test data
Diffstat (limited to 'crates/ra_syntax/tests/data/parser/err/0021_incomplete_param.txt')
-rw-r--r--crates/ra_syntax/tests/data/parser/err/0021_incomplete_param.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/ra_syntax/tests/data/parser/err/0021_incomplete_param.txt b/crates/ra_syntax/tests/data/parser/err/0021_incomplete_param.txt
index 81b52c8ce..086224eee 100644
--- a/crates/ra_syntax/tests/data/parser/err/0021_incomplete_param.txt
+++ b/crates/ra_syntax/tests/data/parser/err/0021_incomplete_param.txt
@@ -23,8 +23,6 @@ SOURCE_FILE@[0; 22)
23 BIND_PAT@[15; 16) 23 BIND_PAT@[15; 16)
24 NAME@[15; 16) 24 NAME@[15; 16)
25 IDENT@[15; 16) "y" 25 IDENT@[15; 16) "y"
26 err: `expected COLON`
27 err: `expected type`
28 R_PAREN@[16; 17) ")" 26 R_PAREN@[16; 17) ")"
29 WHITESPACE@[17; 18) " " 27 WHITESPACE@[17; 18) " "
30 BLOCK@[18; 21) 28 BLOCK@[18; 21)
@@ -32,3 +30,5 @@ SOURCE_FILE@[0; 22)
32 WHITESPACE@[19; 20) "\n" 30 WHITESPACE@[19; 20) "\n"
33 R_CURLY@[20; 21) "}" 31 R_CURLY@[20; 21) "}"
34 WHITESPACE@[21; 22) "\n" 32 WHITESPACE@[21; 22) "\n"
33err: `expected COLON`
34err: `expected type`