Skip to content

Commit cec2e30

Browse files
committed
t/op/goto-sub.t: remove extra newline from TAP output
1 parent e7240d2 commit cec2e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/op/goto-sub.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ our $foo;
6161

6262
sub f1 {
6363
my $x;
64-
goto sub { $x=0; ok(1,"don't prematurely free CV\n") }
64+
goto sub { $x=0; ok(1, "don't prematurely free CV"); };
6565
}
6666
f1();
6767

0 commit comments

Comments
 (0)