summaryrefslogtreecommitdiff
path: root/test/files/neg
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg')
-rw-r--r--test/files/neg/cyclic.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/cyclic.check b/test/files/neg/cyclic.check
index 2c23c8b26a..7deceda7ed 100644
--- a/test/files/neg/cyclic.check
+++ b/test/files/neg/cyclic.check
@@ -1,4 +1,4 @@
-cyclic.scala:3: illegal cyclic reference involving type T
+cyclic.scala:3: illegal cyclic reference involving constructor T
type T = List[T];
^
one error found