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