8 lines
127 B
Text
8 lines
127 B
Text
|
# -*- perl -*-
|
||
|
use strict;
|
||
|
use warnings;
|
||
|
use tests::tests;
|
||
|
use tests::vm::process_death;
|
||
|
|
||
|
check_process_death ('pt-bad-addr');
|