This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix unit tests for experimental::builtin warnings
[perl5.git] / lib / B / Deparse.t
index c18050a..2c26c57 100644 (file)
@@ -3210,6 +3210,7 @@ defer {
 }
 ####
 # builtin:: functions
+# CONTEXT no warnings 'experimental::builtin';
 my $x;
 $x = builtin::isbool(undef);
 $x = builtin::isweak(undef);