aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/fuzz.rs
diff options
context:
space:
mode:
authorpcpthm <[email protected]>2019-03-21 19:14:28 +0000
committerpcpthm <[email protected]>2019-03-21 23:09:11 +0000
commit7669113e7c9088a2b656c720cca5c2e46e3cb896 (patch)
tree7a9c473a0cffaa5be253f4d94bd323776c3e9095 /crates/ra_syntax/src/fuzz.rs
parentc60ec02d75a7cfa57a5a2b1e2256b70224deb531 (diff)
Completely ignore errors for reparse fuzz
Diffstat (limited to 'crates/ra_syntax/src/fuzz.rs')
-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}