summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/lib/ExtUtils/t/Embed.t
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/perl/lib/ExtUtils/t/Embed.t')
-rw-r--r--gnu/usr.bin/perl/lib/ExtUtils/t/Embed.t8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/perl/lib/ExtUtils/t/Embed.t b/gnu/usr.bin/perl/lib/ExtUtils/t/Embed.t
index 269b20ac3a8..7a83c98f767 100644
--- a/gnu/usr.bin/perl/lib/ExtUtils/t/Embed.t
+++ b/gnu/usr.bin/perl/lib/ExtUtils/t/Embed.t
@@ -204,13 +204,13 @@ int main(int argc, char **argv, char **env) {
perl_free(my_perl);
-#ifdef PERL_GLOBAL_STRUCT
- free_global_struct(plvarsp);
-#endif /* PERL_GLOBAL_STRUCT */
-
my_puts("ok 8");
PERL_SYS_TERM();
+#ifdef PERL_GLOBAL_STRUCT
+ free_global_struct(plvarsp);
+#endif /* PERL_GLOBAL_STRUCT */
+
return 0;
}