summaryrefslogtreecommitdiffstats
path: root/tests/userprog/sc-boundary-2.ck
diff options
context:
space:
mode:
Diffstat (limited to 'tests/userprog/sc-boundary-2.ck')
-rw-r--r--tests/userprog/sc-boundary-2.ck9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/userprog/sc-boundary-2.ck b/tests/userprog/sc-boundary-2.ck
new file mode 100644
index 0000000..43766bf
--- /dev/null
+++ b/tests/userprog/sc-boundary-2.ck
@@ -0,0 +1,9 @@
1# -*- perl -*-
2use strict;
3use warnings;
4use tests::tests;
5check_expected ([<<'EOF']);
6(sc-boundary-2) begin
7sc-boundary-2: exit(67)
8EOF
9pass;