5 lines
75 B
Raku
5 lines
75 B
Raku
use Apache::Test;
|
|
|
|
plan tests => 1;
|
|
|
|
ok (0, 'this test should never run');
|