summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/files/neg/vincent1.check2
-rw-r--r--test/neg/vincent1.check2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/vincent1.check b/test/files/neg/vincent1.check
index 82408b8a49..b9243e7560 100644
--- a/test/files/neg/vincent1.check
+++ b/test/files/neg/vincent1.check
@@ -1,4 +1,4 @@
-vincent1.scala:7: type x.type escapes its defining scope as part of test.B with {type T = x.T}
+vincent1.scala:7: type x.type escapes its defining scope as part of test.B { type T = x.T }
def functor(x: A): B { type T = x.T } =
^
one error found
diff --git a/test/neg/vincent1.check b/test/neg/vincent1.check
index 82408b8a49..b9243e7560 100644
--- a/test/neg/vincent1.check
+++ b/test/neg/vincent1.check
@@ -1,4 +1,4 @@
-vincent1.scala:7: type x.type escapes its defining scope as part of test.B with {type T = x.T}
+vincent1.scala:7: type x.type escapes its defining scope as part of test.B { type T = x.T }
def functor(x: A): B { type T = x.T } =
^
one error found