aboutsummaryrefslogtreecommitdiff
path: root/tests/run/t4535.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/t4535.check')
-rw-r--r--tests/run/t4535.check3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/run/t4535.check b/tests/run/t4535.check
new file mode 100644
index 000000000..9d4ce0d53
--- /dev/null
+++ b/tests/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