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