summaryrefslogtreecommitdiff
path: root/test/files/run/t4996.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t4996.scala')
-rw-r--r--test/files/run/t4996.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t4996.scala b/test/files/run/t4996.scala
index 8e7636aaac..8a38e7fe7f 100644
--- a/test/files/run/t4996.scala
+++ b/test/files/run/t4996.scala
@@ -20,7 +20,7 @@ trait M extends B {
abstract override def foo(t: Int) {
super.foo(t)
println("M.foo")
- }
+ }
}