summaryrefslogtreecommitdiff
path: root/test/files/run/ctor-order.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/ctor-order.scala')
-rw-r--r--test/files/run/ctor-order.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/ctor-order.scala b/test/files/run/ctor-order.scala
index 5f5871691a..a223ff77e8 100644
--- a/test/files/run/ctor-order.scala
+++ b/test/files/run/ctor-order.scala
@@ -8,7 +8,7 @@ class Outer {
class X extends {
/* The constructor of X should set this.$outer to the outer instance
- * *before* calling the super constructors. This is tested by
+ * *before* calling the super constructors. This is tested by
* mixin M1, which tries to access global from the enclosing class.
*/
val outer = Outer.this