Increase mmap-shuffle, page-shuffle timeouts further.
[pintos-anon] / src / tests / vm / pt-write-code.c
1 #include "tests/lib.h"
2 #include "tests/main.h"
3
4 void
5 test_main (void)
6 {
7   *(int *) test_main = 0;
8   fail ("writing the code segment succeeded");
9 }