summaryrefslogtreecommitdiff
path: root/test/files/run/tailcalls.check
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2007-07-12 15:01:25 +0000
committerIulian Dragos <jaguarul@gmail.com>2007-07-12 15:01:25 +0000
commit6d2449f066e1146f4dd6305dc96a096d98830d53 (patch)
treec24bfabdbb013590be0d96e975daf608680babf1 /test/files/run/tailcalls.check
parent8b78ce001230be826d9cda61f4d5973ffe007f0b (diff)
downloadscala-6d2449f066e1146f4dd6305dc96a096d98830d53.tar.gz
scala-6d2449f066e1146f4dd6305dc96a096d98830d53.tar.bz2
scala-6d2449f066e1146f4dd6305dc96a096d98830d53.zip
Fixed bug #1205 to optimize even more tail calls.
Diffstat (limited to 'test/files/run/tailcalls.check')
-rw-r--r--test/files/run/tailcalls.check2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/run/tailcalls.check b/test/files/run/tailcalls.check
index e1e23c4ae1..2bf399ec54 100644
--- a/test/files/run/tailcalls.check
+++ b/test/files/run/tailcalls.check
@@ -50,3 +50,5 @@ 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