summaryrefslogtreecommitdiff
path: root/src/partest
diff options
context:
space:
mode:
authorSimon Ochsenreither <simon@ochsenreither.de>2013-05-18 23:35:36 +0200
committerSimon Ochsenreither <simon@ochsenreither.de>2013-06-10 17:36:40 +0200
commit9cabcf2d2dcdd0917c48e5f081d90f5c5cfe0e99 (patch)
tree89f59e2a865de7d30acf7ac8548415b928bcd8f3 /src/partest
parentda7c06478f711d6b41ad144b8cf4c8658381373e (diff)
downloadscala-9cabcf2d2dcdd0917c48e5f081d90f5c5cfe0e99.tar.gz
scala-9cabcf2d2dcdd0917c48e5f081d90f5c5cfe0e99.tar.bz2
scala-9cabcf2d2dcdd0917c48e5f081d90f5c5cfe0e99.zip
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.
Diffstat (limited to 'src/partest')
-rw-r--r--src/partest/scala/tools/partest/utils/Properties.scala1
1 files changed, 1 insertions, 0 deletions
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
}