Make tests public. Rewrite most tests. Add tests.
[pintos-anon] / src / tests / vm / pt-write-code2.ck
1 # -*- perl -*-
2 use strict;
3 use warnings;
4 use tests::tests;
5 check_expected ([<<'EOF']);
6 (pt-write-code2) begin
7 (pt-write-code2) open "sample.txt"
8 pt-write-code2: exit(-1)
9 EOF