summaryrefslogtreecommitdiff
path: root/test/files/res/bug687.check
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2008-03-06 10:16:37 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2008-03-06 10:16:37 +0000
commitebd7d295f4bf003c9fbb8f1e2306adaf73463522 (patch)
tree2303f6752b1b780f966125782245f35e4bb9886b /test/files/res/bug687.check
parent445cb840b937ee242e039b92ac6389d0e92f5739 (diff)
downloadscala-ebd7d295f4bf003c9fbb8f1e2306adaf73463522.tar.gz
scala-ebd7d295f4bf003c9fbb8f1e2306adaf73463522.tar.bz2
scala-ebd7d295f4bf003c9fbb8f1e2306adaf73463522.zip
SuperSABBUS runs the full test suite and is fas...
SuperSABBUS runs the full test suite and is faster. - Reorganised build for better dependencies. - Various improvements and fixes in build process' correction and ease-of-use. - Partest Ant task can now run resident tests. - Fixed some issues with Partest.
Diffstat (limited to 'test/files/res/bug687.check')
-rw-r--r--test/files/res/bug687.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/res/bug687.check b/test/files/res/bug687.check
index 8d3d3178cd..92e5e4e75d 100644
--- a/test/files/res/bug687.check
+++ b/test/files/res/bug687.check
@@ -1,6 +1,6 @@
nsc>
-nsc> files/res/bug687/QueryB.scala:3: error: name clash between defined and inherited member:
+nsc> bug687/QueryB.scala:3: error: name clash between defined and inherited member:
method equals:(java.lang.Object)Boolean and
method equals:(Any)Boolean in class Any
have same type after erasure: (java.lang.Object)Boolean