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