Make tests public. Rewrite most tests. Add tests.
[pintos-anon] / src / tests / vm / pt-write-code.ck
1 # -*- perl -*-
2 use strict;
3 use warnings;
4 use tests::tests;
5 use tests::vm::process_death;
6
7 check_process_death ('pt-write-code');