diff options
author | Tony Cook <tony@develop-help.com> | 2013-07-29 16:04:29 +1000 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2013-07-29 16:08:29 +1000 |
commit | ea61db2856f3706b0b3684e779a2b8c6a76230b9 (patch) | |
tree | 009ba4330fc5a17a60e28e73c31133ef95d8e91b /lib/ExtUtils/t | |
parent | 8753f506cef14f551777d67a7a9759c96c1e89ff (diff) | |
download | perl-ea61db2856f3706b0b3684e779a2b8c6a76230b9.tar.gz |
[perl #52000] use PL_exit_flags in the test so it works non-threaded
Diffstat (limited to 'lib/ExtUtils/t')
-rw-r--r-- | lib/ExtUtils/t/Embed.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/t/Embed.t b/lib/ExtUtils/t/Embed.t index f47d0361be..861c7b802c 100644 --- a/lib/ExtUtils/t/Embed.t +++ b/lib/ExtUtils/t/Embed.t @@ -184,7 +184,7 @@ int main(int argc, char **argv, char **env) { my_puts("ok 2"); perl_construct(my_perl); - my_perl->Iexit_flags |= PERL_EXIT_WARN; + PL_exit_flags |= PERL_EXIT_WARN; my_puts("ok 3"); |