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