7 lines
126 B
Text
Executable file
7 lines
126 B
Text
Executable file
# -*- perl -*-
|
|
use strict;
|
|
use warnings;
|
|
use tests::tests;
|
|
use tests::vm::process_death;
|
|
|
|
check_process_death ('mmap-unmap');
|