summaryrefslogtreecommitdiffstats
path: root/tests/ui/resolve/token-error-correct.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/resolve/token-error-correct.rs')
-rw-r--r--tests/ui/resolve/token-error-correct.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/resolve/token-error-correct.rs b/tests/ui/resolve/token-error-correct.rs
index 4f74df0bf..84ee90e36 100644
--- a/tests/ui/resolve/token-error-correct.rs
+++ b/tests/ui/resolve/token-error-correct.rs
@@ -2,7 +2,6 @@
fn main() {
foo(bar(;
- //~^ ERROR cannot find function `bar` in this scope
}
//~^ ERROR: mismatched closing delimiter: `}`