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