summaryrefslogtreecommitdiff
path: root/test/files/continuations-neg/trycatch2.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/continuations-neg/trycatch2.check')
-rw-r--r--test/files/continuations-neg/trycatch2.check7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/files/continuations-neg/trycatch2.check b/test/files/continuations-neg/trycatch2.check
deleted file mode 100644
index 5ff2838bad..0000000000
--- a/test/files/continuations-neg/trycatch2.check
+++ /dev/null
@@ -1,7 +0,0 @@
-trycatch2.scala:11: error: only simple cps types allowed in try/catch blocks (found: Int @scala.util.continuations.cpsParam[String,Int])
- def foo1 = try {
- ^
-trycatch2.scala:19: error: only simple cps types allowed in try/catch blocks (found: Int @scala.util.continuations.cpsParam[String,Int])
- def foo2 = try {
- ^
-two errors found