a7ac8c34c5f8d0b464f0ba6e62dd473c5ac53fde
[pintos-anon] / src / tests / userprog / sc-boundary-3.ck
1 # -*- perl -*-
2 use strict;
3 use warnings;
4 use tests::tests;
5 check_expected ([<<'EOF']);
6 (sc-boundary-3) begin
7 sc-boundary-3: exit(-1)
8 EOF
9 pass;