summaryrefslogtreecommitdiff
path: root/test/files/run/t6028.check
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-01-27 18:40:22 +0100
committerJason Zaugg <jzaugg@gmail.com>2013-01-27 18:40:22 +0100
commit62111a4f15dcca34476a543facc9613bdd79008a (patch)
tree5a19cde82b6d3f733216be5c38ea2da3abcf2680 /test/files/run/t6028.check
parenta72aa94f09b95342465d9d9d31d0fdff2ef63159 (diff)
downloadscala-62111a4f15dcca34476a543facc9613bdd79008a.tar.gz
scala-62111a4f15dcca34476a543facc9613bdd79008a.tar.bz2
scala-62111a4f15dcca34476a543facc9613bdd79008a.zip
Update a checkfile from a recent fix.
The build is currently broken: https://scala-webapps.epfl.ch/jenkins/view/2.10.x/job/scala-nightly-main-2.10.x/
Diffstat (limited to 'test/files/run/t6028.check')
-rw-r--r--test/files/run/t6028.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t6028.check b/test/files/run/t6028.check
index 34f4b22134..79deaacf3a 100644
--- a/test/files/run/t6028.check
+++ b/test/files/run/t6028.check
@@ -15,7 +15,7 @@ package <empty> {
}
};
def bar(barParam: Int): Object = {
- @volatile var MethodLocalObject$module: runtime.VolatileObjectRef = new runtime.VolatileObjectRef(<empty>);
+ @volatile var MethodLocalObject$module: runtime.VolatileObjectRef = new runtime.VolatileObjectRef(null);
T.this.MethodLocalObject$1(barParam, MethodLocalObject$module)
};
def tryy(tryyParam: Int): Function0 = {