aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crates/ra_syntax/src/fuzz.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_syntax/src/fuzz.rs b/crates/ra_syntax/src/fuzz.rs
index 1153f0fb9..af11b2e1a 100644
--- a/crates/ra_syntax/src/fuzz.rs
+++ b/crates/ra_syntax/src/fuzz.rs
@@ -63,6 +63,5 @@ impl CheckReparse {
63 } 63 }
64 // FIXME 64 // FIXME
65 // assert_eq!(new_file.errors(), full_reparse.errors()); 65 // assert_eq!(new_file.errors(), full_reparse.errors());
66 assert_eq!(new_file.errors().is_empty(), full_reparse.errors().is_empty());
67 } 66 }
68} 67}