Get rid of -rndpg option for now, because none of the tests use it.
[pintos-anon] / src / tests / vm / mmap-unmap.ck
1 # -*- perl -*-
2 use strict;
3 use warnings;
4 use tests::tests;
5 use tests::vm::process_death;
6
7 check_process_death ('mmap-unmap');