summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2010-04-12 15:26:20 +0000
committerMartin Odersky <odersky@gmail.com>2010-04-12 15:26:20 +0000
commit7693ab0dec5e46a591db284ef148b3cff469163f (patch)
tree2102426289cc2b1704b4d54dd1c39f94ea601b7f /test/files
parentb53884e8ad3ba290f17878be46ae24f8566a2e44 (diff)
downloadscala-7693ab0dec5e46a591db284ef148b3cff469163f.tar.gz
scala-7693ab0dec5e46a591db284ef148b3cff469163f.tar.bz2
scala-7693ab0dec5e46a591db284ef148b3cff469163f.zip
changed testfile, to satisfy new diff algo (whi...
changed testfile, to satisfy new diff algo (which should be reverted IMO). review by extempore.
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))