diff options
Diffstat (limited to 'pintos-progos/tests/vm/mmap-null.ck')
| -rw-r--r-- | pintos-progos/tests/vm/mmap-null.ck | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/pintos-progos/tests/vm/mmap-null.ck b/pintos-progos/tests/vm/mmap-null.ck deleted file mode 100644 index aacdd65..0000000 --- a/pintos-progos/tests/vm/mmap-null.ck +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | # -*- perl -*- | ||
| 2 | use strict; | ||
| 3 | use warnings; | ||
| 4 | use tests::tests; | ||
| 5 | check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']); | ||
| 6 | (mmap-null) begin | ||
| 7 | (mmap-null) open "sample.txt" | ||
| 8 | (mmap-null) try to mmap at address 0 | ||
| 9 | (mmap-null) end | ||
| 10 | EOF | ||
| 11 | pass; | ||
