summaryrefslogtreecommitdiff
path: root/test/files/neg/t2336.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t2336.check')
-rw-r--r--test/files/neg/t2336.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t2336.check b/test/files/neg/t2336.check
index 983717469c..28acd4d179 100644
--- a/test/files/neg/t2336.check
+++ b/test/files/neg/t2336.check
@@ -1,4 +1,4 @@
-t2336.scala:6: error: type Foo[Int] is not a stable prefix
+t2336.scala:6: error: Foo[Int] is not a legal prefix for a constructor
new Foo[Int]#Bar(0)
^
one error found