summaryrefslogtreecommitdiff
path: root/test/files/run/tailcalls.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-02-28 15:35:08 -0800
committerPaul Phillips <paulp@improving.org>2012-02-28 16:54:14 -0800
commitfc2866efee1bcf17aee18d427ed41e172f440f62 (patch)
tree649322d0c27af4a5d6712bd60af69b5b4a4da2b3 /test/files/run/tailcalls.check
parent872c825192b30faa1b20f9cc2b1e3a0adeed8617 (diff)
downloadscala-fc2866efee1bcf17aee18d427ed41e172f440f62.tar.gz
scala-fc2866efee1bcf17aee18d427ed41e172f440f62.tar.bz2
scala-fc2866efee1bcf17aee18d427ed41e172f440f62.zip
Reworking synchronized patch.
Eliminated annotation and custom phase. Kept SYNCHRONIZED flag.
Diffstat (limited to 'test/files/run/tailcalls.check')
-rw-r--r--test/files/run/tailcalls.check4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/files/run/tailcalls.check b/test/files/run/tailcalls.check
index e3a70f46ae..f123bc8f25 100644
--- a/test/files/run/tailcalls.check
+++ b/test/files/run/tailcalls.check
@@ -43,11 +43,9 @@ test TailCall.g1 was successful
test TailCall.g2 was successful
test TailCall.g3 was successful
test TailCall.h1 was successful
-test TailCall.s1 was successful
test NonTailCall.f1 0 1 2 was successful
-test NonTailCall.f2 was successful
-
+test NonTailCall.f2
test TailCall.b1 was successful
test TailCall.b2 was successful
test FancyTailCalls.tcTryLocal was successful