summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2007-01-05 10:25:00 +0000
committerIulian Dragos <jaguarul@gmail.com>2007-01-05 10:25:00 +0000
commit3f748a40b1a499bf50e9d6194bd7210769267ec0 (patch)
tree2e820789f2e198a142e2d11896aef356f088ef64 /test
parentd4b2af5aaf3905b37b9957210b1ad07431f5918d (diff)
downloadscala-3f748a40b1a499bf50e9d6194bd7210769267ec0.tar.gz
scala-3f748a40b1a499bf50e9d6194bd7210769267ec0.tar.bz2
scala-3f748a40b1a499bf50e9d6194bd7210769267ec0.zip
Changed the checkfile to match old field initia...
Changed the checkfile to match old field initialization order
Diffstat (limited to 'test')
-rw-r--r--test/files/run/bug428.check12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/files/run/bug428.check b/test/files/run/bug428.check
index 1e933a9b78..21bef2f8d3 100644
--- a/test/files/run/bug428.check
+++ b/test/files/run/bug428.check
@@ -1,8 +1,8 @@
-Foo 1: a = 2, b = 0, x = 5, y = 0
-Foo 2: a = 2, b = 0, x = 5, y = 0
-Foo 3: a = 2, b = 3, x = 5, y = 0
-Foo 4: a = 2, b = 3, x = 5, y = 0
-Foo 5: a = 2, b = 3, x = 5, y = 0
-Bar 1: a = 2, b = 3, x = 5, y = 0
+Foo 1: a = 0, b = 0, x = 0, y = 0
+Foo 2: a = 2, b = 0, x = 0, y = 0
+Foo 3: a = 2, b = 3, x = 0, y = 0
+Foo 4: a = 2, b = 3, x = 0, y = 0
+Foo 5: a = 2, b = 3, x = 0, y = 0
+Bar 1: a = 2, b = 3, x = 0, y = 0
Bar 2: a = 2, b = 3, x = 5, y = 0
Bar 3: a = 2, b = 3, x = 5, y = 7