summaryrefslogtreecommitdiff
path: root/test/files/run/array_casts.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/array_casts.check')
-rw-r--r--test/files/run/array_casts.check16
1 files changed, 0 insertions, 16 deletions
diff --git a/test/files/run/array_casts.check b/test/files/run/array_casts.check
deleted file mode 100644
index f7d3e5036c..0000000000
--- a/test/files/run/array_casts.check
+++ /dev/null
@@ -1,16 +0,0 @@
-is object - true
-is seq - true
-is collection - true
-is random-access-seq - true
-is random-access-seq-mutable - true
-not string - true
-not list - true
-class [I
-Array(10)
-Array(10)
-Array(10)
-Array(10)
-Good, arrays are not lists
-Good, arrays are not rich strings
-is-seq array true
-class [I