We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7240d2 commit cec2e30Copy full SHA for cec2e30
t/op/goto-sub.t
@@ -61,7 +61,7 @@ our $foo;
61
62
sub f1 {
63
my $x;
64
- goto sub { $x=0; ok(1,"don't prematurely free CV\n") }
+ goto sub { $x=0; ok(1, "don't prematurely free CV"); };
65
}
66
f1();
67
0 commit comments