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