summaryrefslogtreecommitdiff
path: root/test/files/run/multi-array.check
diff options
context:
space:
mode:
authorGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-10-18 21:32:45 +0000
committerGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-10-18 21:32:45 +0000
commit08a8c00be622e1ec685a2c406a23bb25f4e2bd88 (patch)
tree4a08fa05367f46d92de55c24dbb4d7cf182ab8f0 /test/files/run/multi-array.check
parentb2e8634221054e1f0bc989c8c165aafa30e0528b (diff)
downloadscala-08a8c00be622e1ec685a2c406a23bb25f4e2bd88.tar.gz
scala-08a8c00be622e1ec685a2c406a23bb25f4e2bd88.tar.bz2
scala-08a8c00be622e1ec685a2c406a23bb25f4e2bd88.zip
Added stringOf to ScalaRunTime.
Fixed deepToString to put spaces after commas (like regular Array toString, and List, etc.). Fixed all the test cases depending on this. Fixed the interpreter to keep my mind from wandering.
Diffstat (limited to 'test/files/run/multi-array.check')
-rw-r--r--test/files/run/multi-array.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/multi-array.check b/test/files/run/multi-array.check
index c43d9c6172..2f236b99cf 100644
--- a/test/files/run/multi-array.check
+++ b/test/files/run/multi-array.check
@@ -1,3 +1,3 @@
-Array(1,2,3)
+Array(1, 2, 3)
null
-Array(Array(0,1,2),Array(1,2,3),Array(2,3,4))
+Array(Array(0, 1, 2), Array(1, 2, 3), Array(2, 3, 4))