summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-01-27 09:42:48 -0800
committerJason Zaugg <jzaugg@gmail.com>2013-01-27 09:42:48 -0800
commitda6fc7aad705d96491e57dab1771be0cb7623206 (patch)
tree5a19cde82b6d3f733216be5c38ea2da3abcf2680 /test/files
parent39ac8991944ebf1a7482a3e806c3c3c31ed8161c (diff)
parent62111a4f15dcca34476a543facc9613bdd79008a (diff)
downloadscala-da6fc7aad705d96491e57dab1771be0cb7623206.tar.gz
scala-da6fc7aad705d96491e57dab1771be0cb7623206.tar.bz2
scala-da6fc7aad705d96491e57dab1771be0cb7623206.zip
Merge pull request #1977 from retronym/ticket/7018
SI-7018 Fix memory leak in Attachments
Diffstat (limited to 'test/files')
-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 = {