summaryrefslogtreecommitdiff
path: root/t/porting/globvar.t
diff options
context:
space:
mode:
Diffstat (limited to 't/porting/globvar.t')
-rw-r--r--t/porting/globvar.t2
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";