summaryrefslogtreecommitdiff
path: root/test/files/run/t0631.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t0631.scala')
-rw-r--r--test/files/run/t0631.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t0631.scala b/test/files/run/t0631.scala
index e64301e514..48bb3c986c 100644
--- a/test/files/run/t0631.scala
+++ b/test/files/run/t0631.scala
@@ -1,5 +1,5 @@
object Test extends Application {
- class Foo {
+ class Foo {
override def equals(that: Any) = {
println("Foo.equals called")
super.equals(that)