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.check1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/run/multi-array.check b/test/files/run/multi-array.check
index 2f236b99cf..f163dae13d 100644
--- a/test/files/run/multi-array.check
+++ b/test/files/run/multi-array.check
@@ -1,3 +1,4 @@
Array(1, 2, 3)
null
+Array(Array(0, 0, 0), Array(0, 0, 0), Array(0, 0, 0))
Array(Array(0, 1, 2), Array(1, 2, 3), Array(2, 3, 4))