Skip to content

Commit 0c7bbba

Browse files
committed
Use different name for placeholder variable
1 parent 1713da0 commit 0c7bbba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S06-signature/mixed-placeholders.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plan 18;
99
sub t {
1010
is $^tene, 3, "Placeholder vars work";
1111
is $:DietCoke, 6, "Placeholder vars work";
12-
is $^chromatic, 1, "Placeholder vars work";
12+
is $^chlorophyl, 1, "Placeholder vars work";
1313
is $:moritz, 4, "Placeholder vars work";
1414
is $^mncharity, 2, "Placeholder vars work";
1515
is $:TimToady, 5, "Placeholder vars work";

0 commit comments

Comments
 (0)