summaryrefslogtreecommitdiff
path: root/ext/B
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-12-25 13:56:50 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-12-25 14:36:16 -0800
commit11e0f19f121b14836a6fcbec0ed625aa4b2b9764 (patch)
tree04536fc3d0e65a4835d35ae2353443d89b7d4269 /ext/B
parentd036e907fea37ee5e02513cbfec02863e69d43a9 (diff)
downloadperl-11e0f19f121b14836a6fcbec0ed625aa4b2b9764.tar.gz
Update concise-xs.t for recent DD change
Diffstat (limited to 'ext/B')
-rw-r--r--ext/B/t/concise-xs.t3
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