summaryrefslogtreecommitdiff
path: root/test/files/neg/t2462b.check
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@epfl.ch>2010-08-21 08:25:00 +0000
committerAdriaan Moors <adriaan.moors@epfl.ch>2010-08-21 08:25:00 +0000
commitfc735859fff7f611544103b310e437ba2c8e4471 (patch)
tree6691f1d24779cbbe3263d94902807b45d24d8e91 /test/files/neg/t2462b.check
parente11cac6ecc3c8791be3a37fc3b9f6837c9d46d23 (diff)
downloadscala-fc735859fff7f611544103b310e437ba2c8e4471.tar.gz
scala-fc735859fff7f611544103b310e437ba2c8e4471.tar.bz2
scala-fc735859fff7f611544103b310e437ba2c8e4471.zip
forgot to update check file after renaming tests.
Diffstat (limited to 'test/files/neg/t2462b.check')
-rw-r--r--test/files/neg/t2462b.check6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/files/neg/t2462b.check b/test/files/neg/t2462b.check
index ac9563878c..bc0d9aa469 100644
--- a/test/files/neg/t2462b.check
+++ b/test/files/neg/t2462b.check
@@ -1,12 +1,12 @@
-implicitNotFound_syntax.scala:6: warning: Invalid implicitNotFound message for trait Meh in package test:
+t2462b.scala:6: warning: Invalid implicitNotFound message for trait Meh in package test:
The type parameters Too, Elem referenced in the message of the @implicitNotFound annotation are not defined by trait Meh.
trait Meh[-From, +To]
^
-implicitNotFound_syntax.scala:9: warning: Invalid implicitNotFound message for trait Meh2 in package test:
+t2462b.scala:9: warning: Invalid implicitNotFound message for trait Meh2 in package test:
The type parameter Elem referenced in the message of the @implicitNotFound annotation is not defined by trait Meh2.
trait Meh2[-From, +To]
^
-implicitNotFound_syntax.scala:12: error: overriding method x in class thankyoupartest of type => Int;
+t2462b.scala:12: error: overriding method x in class thankyoupartest of type => Int;
method x needs `override' modifier
class testmustfail extends thankyoupartest { def x = 43 }
^