Skip to content

Commit f8adce3

Browse files
author
Tadeusz Sośnierz
committed
17 + 5 is not 23 (:
1 parent 612268c commit f8adce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S02-names/identifier.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ plan 20;
8181
my ($x);
8282
sub my($a) { $a + 17 }
8383
$x = 5;
84-
is my($x), 23, 'call to sub named "my" works';
84+
is my($x), 22, 'call to sub named "my" works';
8585
}
8686

8787
# RT #77218

0 commit comments

Comments
 (0)