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