summaryrefslogtreecommitdiffstats
path: root/src/tests/vm/mmap-null.ck
blob: aacdd65f524be22822f80dd485e9879984303faf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# -*- perl -*-
use strict;
use warnings;
use tests::tests;
check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']);
(mmap-null) begin
(mmap-null) open "sample.txt"
(mmap-null) try to mmap at address 0
(mmap-null) end
EOF
pass;