summaryrefslogtreecommitdiff
path: root/test/files/neg/t0117.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t0117.check')
-rw-r--r--test/files/neg/t0117.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t0117.check b/test/files/neg/t0117.check
index fd6af54e77..db28b60f3e 100644
--- a/test/files/neg/t0117.check
+++ b/test/files/neg/t0117.check
@@ -1,4 +1,4 @@
-t0117.scala:2: error: implementation restriction: traits may not select fields or methods from to super[C] where C is a class
+t0117.scala:2: error: Implementation restriction: traits may not select fields or methods from to super[C] where C is a class
trait B extends A { println(super[A].a) }
^
one error found