diff options
Diffstat (limited to 'gnu/usr.bin/perl/ext/XS-APItest/t/handy06.t')
-rw-r--r-- | gnu/usr.bin/perl/ext/XS-APItest/t/handy06.t | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/ext/XS-APItest/t/handy06.t b/gnu/usr.bin/perl/ext/XS-APItest/t/handy06.t new file mode 100644 index 00000000000..44fd1c63467 --- /dev/null +++ b/gnu/usr.bin/perl/ext/XS-APItest/t/handy06.t @@ -0,0 +1,7 @@ +use strict; +use warnings; +no warnings 'once'; + +$::TEST_CHUNK = 6; + +do './t/handy_base.pl'; |