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