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. --- src/partest/scala/tools/partest/utils/Properties.scala | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/partest/scala/tools/partest/utils/Properties.scala b/src/partest/scala/tools/partest/utils/Properties.scala index 1263c96e9e..b9394b50c9 100644 --- a/src/partest/scala/tools/partest/utils/Properties.scala +++ b/src/partest/scala/tools/partest/utils/Properties.scala @@ -14,4 +14,5 @@ package utils object Properties extends scala.util.PropertiesTrait { protected def propCategory = "partest" protected def pickJarBasedOn = classOf[nest.RunnerManager] + override def isAvian = super.isAvian } -- cgit v1.2.3