summaryrefslogtreecommitdiff
path: root/test/files/run/multi-array.check
diff options
context:
space:
mode:
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))