diff options
Diffstat (limited to 'crates/syntax/src/tests.rs')
-rw-r--r-- | crates/syntax/src/tests.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/syntax/src/tests.rs b/crates/syntax/src/tests.rs index ba0ccfaed..45f3c800f 100644 --- a/crates/syntax/src/tests.rs +++ b/crates/syntax/src/tests.rs | |||
@@ -145,7 +145,6 @@ fn parser_fuzz_tests() { | |||
145 | fn reparse_fuzz_tests() { | 145 | fn reparse_fuzz_tests() { |
146 | for (_, text) in collect_rust_files(&test_data_dir(), &["reparse/fuzz-failures"]) { | 146 | for (_, text) in collect_rust_files(&test_data_dir(), &["reparse/fuzz-failures"]) { |
147 | let check = fuzz::CheckReparse::from_data(text.as_bytes()).unwrap(); | 147 | let check = fuzz::CheckReparse::from_data(text.as_bytes()).unwrap(); |
148 | println!("{:?}", check); | ||
149 | check.run(); | 148 | check.run(); |
150 | } | 149 | } |
151 | } | 150 | } |