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