summaryrefslogtreecommitdiffstats
path: root/tests/ui/resolve/token-error-correct-4.fixed
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/resolve/token-error-correct-4.fixed')
-rw-r--r--tests/ui/resolve/token-error-correct-4.fixed10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/ui/resolve/token-error-correct-4.fixed b/tests/ui/resolve/token-error-correct-4.fixed
deleted file mode 100644
index 064b9e74e..000000000
--- a/tests/ui/resolve/token-error-correct-4.fixed
+++ /dev/null
@@ -1,10 +0,0 @@
-// run-rustfix
-// Test that we do some basic error correction in the tokeniser and apply suggestions.
-
-fn setsuna(_: ()) {}
-
-fn kazusa() {}
-
-fn main() {
- setsuna(kazusa()); //~ ERROR: expected one of
-} //~ ERROR: expected expression