summaryrefslogtreecommitdiff
path: root/test/files/jvm/serialization.check
diff options
context:
space:
mode:
authormihaylov <mihaylov@epfl.ch>2006-03-09 14:34:10 +0000
committermihaylov <mihaylov@epfl.ch>2006-03-09 14:34:10 +0000
commit5698c4850cbcf706b39454b0903069b031ec456d (patch)
tree5f2de13f592802d65e3f0d25c305ccf4fc601df0 /test/files/jvm/serialization.check
parentb5c077e394e4fb1a370fc4c04793cba9361c8888 (diff)
downloadscala-5698c4850cbcf706b39454b0903069b031ec456d.tar.gz
scala-5698c4850cbcf706b39454b0903069b031ec456d.tar.bz2
scala-5698c4850cbcf706b39454b0903069b031ec456d.zip
Fixed check files
Diffstat (limited to 'test/files/jvm/serialization.check')
-rw-r--r--test/files/jvm/serialization.check12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/files/jvm/serialization.check b/test/files/jvm/serialization.check
index fb4aa599e8..8f71a25efa 100644
--- a/test/files/jvm/serialization.check
+++ b/test/files/jvm/serialization.check
@@ -34,8 +34,8 @@ x = Queue(a,b,c)
y = Queue(a,b,c)
x equals y: true - y equals x: true
-x = Stack(c, b, a)
-y = Stack(c, b, a)
+x = Stack(c,b,a)
+y = Stack(c,b,a)
x equals y: true - y equals x: true
x = {42 -> FortyTwo}
@@ -58,16 +58,16 @@ x = {title, buffers, layers}
y = {title, buffers, layers}
x equals y: true - y equals x: true
-x = LinkedList(2, 3)
-y = LinkedList(2, 3)
+x = LinkedList(2,3)
+y = LinkedList(2,3)
x equals y: true - y equals x: true
x = Queue(20, 2, 3)
y = Queue(20, 2, 3)
x equals y: true - y equals x: true
-x = Stack(20, 2, 3)
-y = Stack(20, 2, 3)
+x = Stack(20,2,3)
+y = Stack(20,2,3)
x equals y: true - y equals x: true
x = <html><title>title</title><body></body></html>