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