summaryrefslogtreecommitdiff
path: root/test/files/continuations-run/t5538.check
diff options
context:
space:
mode:
authorTiark Rompf <tiark.rompf@epfl.ch>2012-03-02 23:23:56 +0100
committerTiark Rompf <tiark.rompf@epfl.ch>2012-03-02 23:23:56 +0100
commit9f5767dd31395cac0bc64c86c2cacf247b1924fa (patch)
tree2f4b27e5f61ae9402d9b77ee2d22240caac4288d /test/files/continuations-run/t5538.check
parent54b541b103f79bdfff96227eeeac1d92d68165d8 (diff)
downloadscala-9f5767dd31395cac0bc64c86c2cacf247b1924fa.tar.gz
scala-9f5767dd31395cac0bc64c86c2cacf247b1924fa.tar.bz2
scala-9f5767dd31395cac0bc64c86c2cacf247b1924fa.zip
Fix for cps regression. Closes 5538. Closes 5445.
Diffstat (limited to 'test/files/continuations-run/t5538.check')
-rw-r--r--test/files/continuations-run/t5538.check1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/continuations-run/t5538.check b/test/files/continuations-run/t5538.check
new file mode 100644
index 0000000000..457721d5e0
--- /dev/null
+++ b/test/files/continuations-run/t5538.check
@@ -0,0 +1 @@
+Future(Future(Future(Future(Future(List(1, 2, 3, 4, 5))))))