summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2013-05-10 10:21:04 -0700
committerPaul Phillips <paulp@improving.org>2013-05-10 10:21:04 -0700
commitb38fae08a25545ba37a97c11aea0bf9971e9ca42 (patch)
tree41828f40e7c674479ab8d841375dc0ea1eb2d3fe /test/files
parent4de985c463e51538aa1fd27e5c33ce625b020179 (diff)
parentfb5eb8d562c55e1456033dd98c62c8ff01796846 (diff)
downloadscala-b38fae08a25545ba37a97c11aea0bf9971e9ca42.tar.gz
scala-b38fae08a25545ba37a97c11aea0bf9971e9ca42.tar.bz2
scala-b38fae08a25545ba37a97c11aea0bf9971e9ca42.zip
Merge pull request #2462 from magarciaEPFL/backendish9
SI-6863 root cause fixed using factory of scala.runtime.*Ref
Diffstat (limited to 'test/files')
-rw-r--r--test/files/run/t6028.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/t6028.check b/test/files/run/t6028.check
index 2ec639fce2..57fd58f7d3 100644
--- a/test/files/run/t6028.check
+++ b/test/files/run/t6028.check
@@ -15,11 +15,11 @@ package <empty> {
}
};
def bar(barParam: Int): Object = {
- @volatile var MethodLocalObject$module: runtime.VolatileObjectRef = new runtime.VolatileObjectRef(null);
+ @volatile var MethodLocalObject$module: runtime.VolatileObjectRef = scala.runtime.VolatileObjectRef.zero();
T.this.MethodLocalObject$1(barParam, MethodLocalObject$module)
};
def tryy(tryyParam: Int): Function0 = {
- var tryyLocal: runtime.IntRef = new runtime.IntRef(0);
+ var tryyLocal: runtime.IntRef = scala.runtime.IntRef.create(0);
{
(new anonymous class $anonfun$tryy$1(T.this, tryyParam, tryyLocal): Function0)
}