summaryrefslogtreecommitdiffstats
path: root/tests/vm/pt-big-stk-obj.ck
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vm/pt-big-stk-obj.ck')
-rw-r--r--tests/vm/pt-big-stk-obj.ck10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/vm/pt-big-stk-obj.ck b/tests/vm/pt-big-stk-obj.ck
new file mode 100644
index 0000000..eb5853a
--- /dev/null
+++ b/tests/vm/pt-big-stk-obj.ck
@@ -0,0 +1,10 @@
1# -*- perl -*-
2use strict;
3use warnings;
4use tests::tests;
5check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']);
6(pt-big-stk-obj) begin
7(pt-big-stk-obj) cksum: 3256410166
8(pt-big-stk-obj) end
9EOF
10pass;