aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/userprog/bad-jump.ck
blob: e1c178b4427f6aa7bae76e9bd41ef74c78248d36 (plain) (blame)
1
2
3
4
5
6
7
8
9
# -*- perl -*-
use strict;
use warnings;
use tests::tests;
check_expected (IGNORE_USER_FAULTS => 1, [<<'EOF']);
(bad-jump) begin
bad-jump: exit(-1)
EOF
pass;