diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-10-05 22:07:07 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-10-06 13:01:17 -0700 |
commit | 7833c8a6c843957351c2d3abf519e98cf2f5feab (patch) | |
tree | 06f345dc3a78ac6f8de50f4dbfd66bed100538e7 /t | |
parent | dff6b275d9768a8dbf761df51485362cff36ba24 (diff) | |
download | perl-7833c8a6c843957351c2d3abf519e98cf2f5feab.tar.gz |
globvar.t: Skip PL_warn_uninit_sv
Until someone can explain to me why these sorts of things are exported,
I’ll skipping the test. Nothing is failing for me (yet), and it is
not clear that we want to support this name for ever.
Diffstat (limited to 't')
-rw-r--r-- | t/porting/globvar.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/porting/globvar.t b/t/porting/globvar.t index f34ab4323d..aa266959c2 100644 --- a/t/porting/globvar.t +++ b/t/porting/globvar.t @@ -15,7 +15,7 @@ my %skip = map { ("PL_$_", 1) } qw( DBcv bitcount cshname force_link_funcs generation lastgotoprobe latin1_lc mod_latin1_uc modcount no_symref_sv timesbuf uudmap - watchaddr watchok + watchaddr watchok warn_uninit_sv ); my $trial = "nm globals$Config{_o} 2>&1"; |