From 459241f272748ff2e57b2c7e84f5a04f78d67edb Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 24 Jul 2019 12:38:21 +0300 Subject: move syntax tests to unit tests --- .../tests/data/parser/inline/ok/0087_unsafe_impl.txt | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 crates/ra_syntax/tests/data/parser/inline/ok/0087_unsafe_impl.txt (limited to 'crates/ra_syntax/tests/data/parser/inline/ok/0087_unsafe_impl.txt') diff --git a/crates/ra_syntax/tests/data/parser/inline/ok/0087_unsafe_impl.txt b/crates/ra_syntax/tests/data/parser/inline/ok/0087_unsafe_impl.txt deleted file mode 100644 index 590e2a88f..000000000 --- a/crates/ra_syntax/tests/data/parser/inline/ok/0087_unsafe_impl.txt +++ /dev/null @@ -1,16 +0,0 @@ -SOURCE_FILE@[0; 19) - IMPL_BLOCK@[0; 18) - UNSAFE_KW@[0; 6) "unsafe" - WHITESPACE@[6; 7) " " - IMPL_KW@[7; 11) "impl" - WHITESPACE@[11; 12) " " - PATH_TYPE@[12; 15) - PATH@[12; 15) - PATH_SEGMENT@[12; 15) - NAME_REF@[12; 15) - IDENT@[12; 15) "Foo" - WHITESPACE@[15; 16) " " - ITEM_LIST@[16; 18) - L_CURLY@[16; 17) "{" - R_CURLY@[17; 18) "}" - WHITESPACE@[18; 19) "\n" -- cgit v1.2.3