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