summaryrefslogtreecommitdiff
path: root/test/files/neg/t771.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t771.check')
-rw-r--r--test/files/neg/t771.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t771.check b/test/files/neg/t771.check
index c0d1e002f8..51b0c97f8c 100644
--- a/test/files/neg/t771.check
+++ b/test/files/neg/t771.check
@@ -1,4 +1,4 @@
t771.scala:4: error: trait Iterator is abstract; cannot be instantiated
def c[A](it:java.util.Iterator[A]) = new scala.Iterator[A]
- ^
+ ^
one error found