8 lines
129 B
Text
8 lines
129 B
Text
|
# -*- perl -*-
|
||
|
use strict;
|
||
|
use warnings;
|
||
|
use tests::tests;
|
||
|
use tests::vm::process_death;
|
||
|
|
||
|
check_process_death ('pt-write-code');
|