From 7693ab0dec5e46a591db284ef148b3cff469163f Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Mon, 12 Apr 2010 15:26:20 +0000 Subject: changed testfile, to satisfy new diff algo (whi... changed testfile, to satisfy new diff algo (which should be reverted IMO). review by extempore. --- test/files/neg/t3224.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files') 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)) -- cgit v1.2.3