summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2004-01-26 15:09:08 +0000
committerpaltherr <paltherr@epfl.ch>2004-01-26 15:09:08 +0000
commitfc07fab722254e53eef5939a26ac664eb5e4c350 (patch)
treedab63e53bbb9458da203330471fe2617ce44f9d2 /test/files
parent364a11eaeec22c8385391114de81271613d58c82 (diff)
downloadscala-fc07fab722254e53eef5939a26ac664eb5e4c350.tar.gz
scala-fc07fab722254e53eef5939a26ac664eb5e4c350.tar.bz2
scala-fc07fab722254e53eef5939a26ac664eb5e4c350.zip
- Fixed error message
Diffstat (limited to 'test/files')
-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