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.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/continuations-neg/t5314-type-error.check b/test/files/continuations-neg/t5314-type-error.check
index 1f4e46a7f2..e66c9d833f 100644
--- a/test/files/continuations-neg/t5314-type-error.check
+++ b/test/files/continuations-neg/t5314-type-error.check
@@ -1,6 +1,6 @@
t5314-type-error.scala:7: error: type mismatch;
- found : Int @util.continuations.cps[Int]
- required: Int @util.continuations.cps[String]
+ 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