summaryrefslogtreecommitdiffstats
path: root/tests/ui/resolve/token-error-correct-4.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/resolve/token-error-correct-4.rs')
-rw-r--r--tests/ui/resolve/token-error-correct-4.rs5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/ui/resolve/token-error-correct-4.rs b/tests/ui/resolve/token-error-correct-4.rs
index 5e31d71e7..49fad4bd9 100644
--- a/tests/ui/resolve/token-error-correct-4.rs
+++ b/tests/ui/resolve/token-error-correct-4.rs
@@ -1,4 +1,3 @@
-// run-rustfix
// Test that we do some basic error correction in the tokeniser and apply suggestions.
fn setsuna(_: ()) {}
@@ -6,5 +5,5 @@ fn setsuna(_: ()) {}
fn kazusa() {}
fn main() {
- setsuna(kazusa(); //~ ERROR: expected one of
-} //~ ERROR: expected expression
+ setsuna(kazusa();
+} //~ ERROR mismatched closing delimiter