summaryrefslogtreecommitdiff
path: root/test/pending/run/arrays-2.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run/arrays-2.check')
-rw-r--r--test/pending/run/arrays-2.check7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/pending/run/arrays-2.check b/test/pending/run/arrays-2.check
deleted file mode 100644
index ce28533c20..0000000000
--- a/test/pending/run/arrays-2.check
+++ /dev/null
@@ -1,7 +0,0 @@
-a1=Array(3, 2, 1)
-a1=[3,2,1]
-a2=Array(0, 4, 2, 6)
-a2=[0,4,2,6]
-a2=[0,7,4,2,1,3,6,5]
-a2=[0,1,2,3,4,5,6,7]
-true