summaryrefslogtreecommitdiff
path: root/test/files/continuations-neg/lazy.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/continuations-neg/lazy.check')
-rw-r--r--test/files/continuations-neg/lazy.check6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/files/continuations-neg/lazy.check b/test/files/continuations-neg/lazy.check
deleted file mode 100644
index bfa44c59a4..0000000000
--- a/test/files/continuations-neg/lazy.check
+++ /dev/null
@@ -1,6 +0,0 @@
-lazy.scala:5: error: type mismatch;
- found : Unit @scala.util.continuations.cpsParam[Unit,Unit]
- required: Unit
- def foo = {
- ^
-one error found