summaryrefslogtreecommitdiff
path: root/test/files/run/t4535.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t4535.check')
-rw-r--r--test/files/run/t4535.check3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/run/t4535.check b/test/files/run/t4535.check
new file mode 100644
index 0000000000..9d4ce0d535
--- /dev/null
+++ b/test/files/run/t4535.check
@@ -0,0 +1,3 @@
+ArrayStack(1, 2, 3)
+ArrayStack(1, 2, 3, 4, 5, 6)
+ArrayStack(6, 5, 4, 3, 2, 1) \ No newline at end of file