aboutsummaryrefslogtreecommitdiff
path: root/t/01-basic.t
blob: e7fed49146b4d599a2199ff7399653ad72679db8 (plain)
1
2
3
4
5
6
7
use v6.c;
use Test;
use App::RunForPid;

pass "replace me";

done-testing;