summaryrefslogtreecommitdiff
path: root/test/files/neg/imp2.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/imp2.check')
-rw-r--r--test/files/neg/imp2.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/imp2.check b/test/files/neg/imp2.check
index 2daca73bf3..fed30dba59 100644
--- a/test/files/neg/imp2.check
+++ b/test/files/neg/imp2.check
@@ -2,6 +2,6 @@ imp2.scala:18 error: reference to f is ambiguous;
it is imported twice in the same scope by
import b.{_}
and import a.{_}
- val x = f
+ val x = f
^
one error found