summaryrefslogtreecommitdiff
path: root/test/files/neg/t5761.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t5761.check')
-rw-r--r--test/files/neg/t5761.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t5761.check b/test/files/neg/t5761.check
index 8086af2fcf..89d766fe34 100644
--- a/test/files/neg/t5761.check
+++ b/test/files/neg/t5761.check
@@ -5,7 +5,7 @@ Unspecified value parameter x.
t5761.scala:8: error: not enough arguments for constructor D: (x: Int)D[Int].
Unspecified value parameter x.
println(new D[Int]()) // no crash
- ^
+ ^
t5761.scala:9: error: not enough arguments for constructor D: (x: Int)D[Int].
Unspecified value parameter x.
println(new D[Int]{}) // crash