summaryrefslogtreecommitdiff
path: root/test/files/jvm
diff options
context:
space:
mode:
authorPhilipp Haller <hallerp@gmail.com>2010-03-24 09:58:24 +0000
committerPhilipp Haller <hallerp@gmail.com>2010-03-24 09:58:24 +0000
commit172b58c99fbbcc32c79a27605e351da936e734f5 (patch)
treef01c04b080c7f42237c91147854ad679441d2d84 /test/files/jvm
parent787e286505f4094e76da75038edd44f6e6d5a37f (diff)
downloadscala-172b58c99fbbcc32c79a27605e351da936e734f5.tar.gz
scala-172b58c99fbbcc32c79a27605e351da936e734f5.tar.bz2
scala-172b58c99fbbcc32c79a27605e351da936e734f5.zip
Fixed the serialization test.
Diffstat (limited to 'test/files/jvm')
-rw-r--r--test/files/jvm/serialization.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/jvm/serialization.check b/test/files/jvm/serialization.check
index 9637bc939d..3f095cb51e 100644
--- a/test/files/jvm/serialization.check
+++ b/test/files/jvm/serialization.check
@@ -33,9 +33,9 @@ x10 eq y10: true, y10 eq x10: true
x10 equals y10: true, y10 equals x10: true
x9 eq x10: false, x10 eq x9: false
-x9 equals x10: true, x10 equals x9: true
+x9 equals x10: false, x10 equals x9: false
x9 eq y10: false, y10 eq x9: false
-x9 equals y10: true, y10 equals x9: true
+x9 equals y10: false, y10 equals x9: false
f1 = <na>
_f1 = <na>