diff options
Diffstat (limited to 'pintos-progos/tests/userprog/create-bound.ck')
| -rw-r--r-- | pintos-progos/tests/userprog/create-bound.ck | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/pintos-progos/tests/userprog/create-bound.ck b/pintos-progos/tests/userprog/create-bound.ck deleted file mode 100644 index 7656b7f..0000000 --- a/pintos-progos/tests/userprog/create-bound.ck +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | # -*- perl -*- | ||
| 2 | use strict; | ||
| 3 | use warnings; | ||
| 4 | use tests::tests; | ||
| 5 | check_expected ([<<'EOF']); | ||
| 6 | (create-bound) begin | ||
| 7 | (create-bound) create("quux.dat"): 1 | ||
| 8 | (create-bound) end | ||
| 9 | create-bound: exit(0) | ||
| 10 | EOF | ||
| 11 | pass; | ||
