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