aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/vm/mmap-over-code.ck
blob: b5b23c7b9930f458cff3ae209e64bd41d46c7499 (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-over-code) begin
(mmap-over-code) open "sample.txt"
(mmap-over-code) try to mmap over code segment
(mmap-over-code) end
EOF
pass;