summaryrefslogtreecommitdiffstats
path: root/src/tests/userprog/bad-jump2.ck
blob: 35f0f9790ba4f64bc1200411a8f660568f8d559f (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-jump2) begin
bad-jump2: exit(-1)
EOF
pass;