summaryrefslogtreecommitdiffstats
path: root/pintos-progos/tests/userprog/create-bad-ptr.ck
blob: ac134056634333f8ddd7d11274a17f7c91caf29b (plain)
1
2
3
4
5
6
7
8
9
# -*- perl -*-
use strict;
use warnings;
use tests::tests;
check_expected ([<<'EOF']);
(create-bad-ptr) begin
create-bad-ptr: exit(-1)
EOF
pass;