summaryrefslogtreecommitdiff
path: root/test/files/neg/imp2.check
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2006-03-27 15:42:41 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2006-03-27 15:42:41 +0000
commit95921f1ad9d7d72136c8336fb13343f1a9c83352 (patch)
treedc9e4300250896bfc267ca54a54627219ba7e186 /test/files/neg/imp2.check
parentf9874202d8e8df2fbe861a6194d404a64d04fbd5 (diff)
downloadscala-95921f1ad9d7d72136c8336fb13343f1a9c83352.tar.gz
scala-95921f1ad9d7d72136c8336fb13343f1a9c83352.tar.bz2
scala-95921f1ad9d7d72136c8336fb13343f1a9c83352.zip
Updated checks so that test suite suceeds.
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