From 7669113e7c9088a2b656c720cca5c2e46e3cb896 Mon Sep 17 00:00:00 2001 From: pcpthm Date: Fri, 22 Mar 2019 04:14:28 +0900 Subject: Completely ignore errors for reparse fuzz --- crates/ra_syntax/src/fuzz.rs | 1 - 1 file changed, 1 deletion(-) 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 { } // FIXME // assert_eq!(new_file.errors(), full_reparse.errors()); - assert_eq!(new_file.errors().is_empty(), full_reparse.errors().is_empty()); } } -- cgit v1.2.3