From 310bfe57bd1ea3cd5e22d434ae9d709265af5463 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 28 May 2019 17:09:45 +0300 Subject: update test data --- .../tests/data/parser/inline/err/0006_unsafe_block_in_mod.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/ra_syntax/tests/data/parser/inline/err/0006_unsafe_block_in_mod.txt') diff --git a/crates/ra_syntax/tests/data/parser/inline/err/0006_unsafe_block_in_mod.txt b/crates/ra_syntax/tests/data/parser/inline/err/0006_unsafe_block_in_mod.txt index fefa35c20..f1d0dd5c6 100644 --- a/crates/ra_syntax/tests/data/parser/inline/err/0006_unsafe_block_in_mod.txt +++ b/crates/ra_syntax/tests/data/parser/inline/err/0006_unsafe_block_in_mod.txt @@ -11,11 +11,9 @@ SOURCE_FILE@[0; 33) L_CURLY@[8; 9) "{" R_CURLY@[9; 10) "}" WHITESPACE@[10; 11) " " - err: `expected an item` ERROR@[11; 17) UNSAFE_KW@[11; 17) "unsafe" WHITESPACE@[17; 18) " " - err: `expected an item` ERROR@[18; 21) L_CURLY@[18; 19) "{" WHITESPACE@[19; 20) " " @@ -33,3 +31,5 @@ SOURCE_FILE@[0; 33) L_CURLY@[30; 31) "{" R_CURLY@[31; 32) "}" WHITESPACE@[32; 33) "\n" +err: `expected an item` +err: `expected an item` -- cgit v1.2.3