summaryrefslogtreecommitdiff
path: root/test/files/run/tailcalls.check
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2006-11-27 13:37:41 +0000
committerIulian Dragos <jaguarul@gmail.com>2006-11-27 13:37:41 +0000
commit2cd214e5fe5a6db7928400918c2482cbcd911e72 (patch)
treecb75f7a502d5bfbc7c13a435a75359d174ba417e /test/files/run/tailcalls.check
parent23a59cf62969eb4f0ba46b6e3e3567f0697050d3 (diff)
downloadscala-2cd214e5fe5a6db7928400918c2482cbcd911e72.tar.gz
scala-2cd214e5fe5a6db7928400918c2482cbcd911e72.tar.bz2
scala-2cd214e5fe5a6db7928400918c2482cbcd911e72.zip
Fixed bug with calls in tail position with fina...
Fixed bug with calls in tail position with final handlers.
Diffstat (limited to 'test/files/run/tailcalls.check')
-rw-r--r--test/files/run/tailcalls.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/run/tailcalls.check b/test/files/run/tailcalls.check
index 73d86cd2d2..83ea0b3760 100644
--- a/test/files/run/tailcalls.check
+++ b/test/files/run/tailcalls.check
@@ -39,8 +39,12 @@ 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
test TailCall.h1 was successful
+test NonTailCall.f1 0 1 2 was successful
+test NonTailCall.f2 was successful
+