diff options
Diffstat (limited to 't/comp')
-rw-r--r-- | t/comp/require.t | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/t/comp/require.t b/t/comp/require.t index a8684575b1..baf48870a3 100644 --- a/t/comp/require.t +++ b/t/comp/require.t @@ -166,9 +166,8 @@ print $x; # Test that scalar context is forced for require write_file('bleah.pm', <<'**BLEAH**' -my $TODO = $i == 38 ? " # TODO " : ""; print "not " if !defined wantarray || wantarray ne ''; -print "ok $i - require() context $TODO\n"; +print "ok $i - require() context\n"; 1; **BLEAH** ); |