diff options
Diffstat (limited to 'ext/B/t/concise-xs.t')
-rw-r--r-- | ext/B/t/concise-xs.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/B/t/concise-xs.t b/ext/B/t/concise-xs.t index ab0597edaa..9082f61eed 100644 --- a/ext/B/t/concise-xs.t +++ b/ext/B/t/concise-xs.t @@ -127,7 +127,8 @@ my $testpkgs = { Digest::MD5 => { perl => [qw/ import /], dflt => 'XS' }, - Data::Dumper => { XS => [qw/ bootstrap Dumpxs /], + Data::Dumper => { XS => [qw/ bootstrap Dumpxs _vstring /], + constant => ['_bad_vsmg'], dflt => 'perl' }, B => { dflt => 'constant', # all but 47/297 |