diff options
Diffstat (limited to 'crates/libsyntax2/tests/test/main.rs')
-rw-r--r-- | crates/libsyntax2/tests/test/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/libsyntax2/tests/test/main.rs b/crates/libsyntax2/tests/test/main.rs index 9958c7ece..596f32216 100644 --- a/crates/libsyntax2/tests/test/main.rs +++ b/crates/libsyntax2/tests/test/main.rs | |||
@@ -26,7 +26,6 @@ fn lexer_tests() { | |||
26 | #[test] | 26 | #[test] |
27 | fn parser_tests() { | 27 | fn parser_tests() { |
28 | dir_tests(&["parser/inline", "parser/ok", "parser/err"], |text| { | 28 | dir_tests(&["parser/inline", "parser/ok", "parser/err"], |text| { |
29 | eprintln!("\n{}\n", text); | ||
30 | let file = File::parse(text); | 29 | let file = File::parse(text); |
31 | dump_tree(file.syntax()) | 30 | dump_tree(file.syntax()) |
32 | }) | 31 | }) |