summaryrefslogtreecommitdiff
path: root/test/files/neg/t3006.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t3006.check')
-rw-r--r--test/files/neg/t3006.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t3006.check b/test/files/neg/t3006.check
index 9a90d32b28..2447eebc9c 100644
--- a/test/files/neg/t3006.check
+++ b/test/files/neg/t3006.check
@@ -1,5 +1,5 @@
t3006.scala:8: error: type mismatch;
- found : java.lang.String("H")
+ found : String("H")
required: Int
println(A(3) + "H")
^