From 9cabcf2d2dcdd0917c48e5f081d90f5c5cfe0e99 Mon Sep 17 00:00:00 2001 From: Simon Ochsenreither Date: Sat, 18 May 2013 23:35:36 +0200 Subject: SI-7479 Make test/files/run/tailcalls.scala pass on Avian This commit modifies the test and check file to use the new diff filter. --- test/files/run/tailcalls.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run/tailcalls.scala') diff --git a/test/files/run/tailcalls.scala b/test/files/run/tailcalls.scala index 7d06a7e69d..1d4124e138 100644 --- a/test/files/run/tailcalls.scala +++ b/test/files/run/tailcalls.scala @@ -307,7 +307,7 @@ object Test { def main(args: Array[String]) { // compute min and max iteration number val min = 16; - val max = calibrate; + val max = if (scala.tools.partest.utils.Properties.isAvian) 10000 else calibrate // test tail calls in different contexts val Final = new Final() -- cgit v1.2.3