This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
APItest/t/utf8_warn_base.pl: Remove obsolete test
[perl5.git] / ext / XS-APItest / APItest_BS
CommitLineData
2e6f1ae9
DM
1#
2# test that non-empty .bs files get executed
3
4$bscode = <<'EOF';
5$::bs_file_got_executed = 1;
6EOF
7