summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
Diffstat (limited to 'test/files')
-rw-r--r--test/files/neg/t3224.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t3224.check b/test/files/neg/t3224.check
index de196f15be..29304c567a 100644
--- a/test/files/neg/t3224.check
+++ b/test/files/neg/t3224.check
@@ -1,4 +1,4 @@
-/home/odersky/workspace/scala/test/files/neg/t3224.scala:29: error: polymorphic expression cannot be instantiated to expected type;
+t3224.scala:29: error: polymorphic expression cannot be instantiated to expected type;
found : [T]Array[T]
required: List[?]
println(Texts textL Array()); println(Texts textL Array(1)); println(Texts textL Array(1, 1))