summaryrefslogtreecommitdiff
path: root/test/files/continuations-neg/infer0.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/continuations-neg/infer0.check')
-rw-r--r--test/files/continuations-neg/infer0.check4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/files/continuations-neg/infer0.check b/test/files/continuations-neg/infer0.check
deleted file mode 100644
index 1dd072ef09..0000000000
--- a/test/files/continuations-neg/infer0.check
+++ /dev/null
@@ -1,4 +0,0 @@
-infer0.scala:11: error: cannot cps-transform expression 8: type arguments [Int(8),String,Int] do not conform to method shiftUnit's type parameter bounds [A,B,C >: B]
- test(8)
- ^
-one error found