summaryrefslogtreecommitdiff
path: root/test/files/run/t5313.scala
diff options
context:
space:
mode:
authorSimon Ochsenreither <simon@ochsenreither.de>2013-05-18 23:24:03 +0200
committerSimon Ochsenreither <simon@ochsenreither.de>2013-06-06 01:36:16 +0200
commitda7c06478f711d6b41ad144b8cf4c8658381373e (patch)
tree6b010360998117fc1798819c2f74fbb7912e3c8b /test/files/run/t5313.scala
parent803d451a28824af17f0cab446e4c76f51003fd01 (diff)
downloadscala-da7c06478f711d6b41ad144b8cf4c8658381373e.tar.gz
scala-da7c06478f711d6b41ad144b8cf4c8658381373e.tar.bz2
scala-da7c06478f711d6b41ad144b8cf4c8658381373e.zip
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.
Diffstat (limited to 'test/files/run/t5313.scala')
-rw-r--r--test/files/run/t5313.scala2
1 files changed, 1 insertions, 1 deletions
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)