summaryrefslogtreecommitdiff
path: root/test/files/continuations-neg/t5445.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/continuations-neg/t5445.check')
-rw-r--r--test/files/continuations-neg/t5445.check4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/files/continuations-neg/t5445.check b/test/files/continuations-neg/t5445.check
deleted file mode 100644
index eb2943b6a6..0000000000
--- a/test/files/continuations-neg/t5445.check
+++ /dev/null
@@ -1,4 +0,0 @@
-t5445.scala:4: error: cps annotations not allowed on by-value parameters or value definitions
- def foo(block: Unit @suspendable ): Unit @suspendable = {}
- ^
-one error found