added bad-jump/read/write bad-jump2/read2/write2 to check that process
[pintos-anon] / src / tests / userprog / bad-jump2.ck
1 # -*- perl -*-
2 use strict;
3 use warnings;
4 use tests::tests;
5 check_expected ([<<'EOF']);
6 (bad-jump2) begin
7 bad-jump2: exit(-1)
8 EOF