summaryrefslogtreecommitdiff
path: root/test/files/run/t744.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t744.scala')
-rw-r--r--test/files/run/t744.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t744.scala b/test/files/run/t744.scala
index 4895e9baa0..d5e9f6df34 100644
--- a/test/files/run/t744.scala
+++ b/test/files/run/t744.scala
@@ -5,7 +5,7 @@ trait Linked {
}
}
object Test {
- class Test extends Linked {
+ class Test extends Linked {
trait FileImpl extends super.FileImpl {
// val x: int = 1
}