From da7c06478f711d6b41ad144b8cf4c8658381373e Mon Sep 17 00:00:00 2001 From: Simon Ochsenreither Date: Sat, 18 May 2013 23:24:03 +0200 Subject: SI-7479 Add avian option to partest's diff filter... ... so that the different results of the test on Avian can be specified in the check file. --- test/files/run/t5313.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run/t5313.scala') diff --git a/test/files/run/t5313.scala b/test/files/run/t5313.scala index 7da8726a1f..febfd9c3ed 100644 --- a/test/files/run/t5313.scala +++ b/test/files/run/t5313.scala @@ -7,7 +7,7 @@ object Test extends IcodeTest { override def code = """class Foo { - def randomBoolean = util.Random.nextInt % 2 == 0 + def randomBoolean = scala.util.Random.nextInt % 2 == 0 def bar = { var kept1 = new Object val result = new java.lang.ref.WeakReference(kept1) -- cgit v1.2.3