summaryrefslogtreecommitdiff
path: root/test/files/run/tailcalls.check
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2007-03-19 17:46:30 +0000
committerIulian Dragos <jaguarul@gmail.com>2007-03-19 17:46:30 +0000
commita694dd57cc8e0dadd3a1b7ec30a18dc4739c16f0 (patch)
treed150c43d9b6be5c85f71f2969a3c2dcb15d7c4e9 /test/files/run/tailcalls.check
parenta600ff64fbb6a5397859496779177d6afdcc6e8b (diff)
downloadscala-a694dd57cc8e0dadd3a1b7ec30a18dc4739c16f0.tar.gz
scala-a694dd57cc8e0dadd3a1b7ec30a18dc4739c16f0.tar.bz2
scala-a694dd57cc8e0dadd3a1b7ec30a18dc4739c16f0.zip
Catch tail calls made from tail boolean or.
Diffstat (limited to 'test/files/run/tailcalls.check')
-rw-r--r--test/files/run/tailcalls.check1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/run/tailcalls.check b/test/files/run/tailcalls.check
index 83ea0b3760..49af1207a0 100644
--- a/test/files/run/tailcalls.check
+++ b/test/files/run/tailcalls.check
@@ -48,3 +48,4 @@ test TailCall.h1 was successful
test NonTailCall.f1 0 1 2 was successful
test NonTailCall.f2 was successful
+test TailCall.b1 was successful