summaryrefslogtreecommitdiffstats
path: root/pintos-progos/tests/userprog/rox-multichild.c
diff options
context:
space:
mode:
Diffstat (limited to 'pintos-progos/tests/userprog/rox-multichild.c')
-rw-r--r--pintos-progos/tests/userprog/rox-multichild.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/pintos-progos/tests/userprog/rox-multichild.c b/pintos-progos/tests/userprog/rox-multichild.c
deleted file mode 100644
index 8e74dab..0000000
--- a/pintos-progos/tests/userprog/rox-multichild.c
+++ /dev/null
@@ -1,5 +0,0 @@
1/* Ensure that the executable of a running process cannot be
2 modified, even in the presence of multiple children. */
3
4#define CHILD_CNT "5"
5#include "tests/userprog/rox-child.inc"