summaryrefslogtreecommitdiff
path: root/test/files/run/tailcalls.check
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2008-08-08 09:59:26 +0000
committerIulian Dragos <jaguarul@gmail.com>2008-08-08 09:59:26 +0000
commit2d445ad1afe66b8b8fb9139c43f29605eb5a0877 (patch)
tree09960dee71dc209340bccc06b5d1cdb64133c214 /test/files/run/tailcalls.check
parentaa1f5a76e4b16035328444cd12e3bc35cc864b09 (diff)
downloadscala-2d445ad1afe66b8b8fb9139c43f29605eb5a0877.tar.gz
scala-2d445ad1afe66b8b8fb9139c43f29605eb5a0877.tar.bz2
scala-2d445ad1afe66b8b8fb9139c43f29605eb5a0877.zip
Fixed tail-call related issues.
Diffstat (limited to 'test/files/run/tailcalls.check')
-rw-r--r--test/files/run/tailcalls.check2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/files/run/tailcalls.check b/test/files/run/tailcalls.check
index 7ee9280223..e913f2a061 100644
--- a/test/files/run/tailcalls.check
+++ b/test/files/run/tailcalls.check
@@ -39,7 +39,6 @@ test c.c.c.c.f was successful
test TailCall.f1 was successful
test TailCall.f2 was successful
test TailCall.f3 was successful
-test TailCall.f4 was successful
test TailCall.g1 was successful
test TailCall.g2 was successful
test TailCall.g3 was successful
@@ -51,5 +50,4 @@ test NonTailCall.f2 was successful
test TailCall.b1 was successful
test TailCall.b2 was successful
test FancyTailCalls.tcTryLocal was successful
-test FancyTailCalls.tcTryCatch was successful
test FancyTailCalls.differentInstance was successful