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