Skip to content

Commit 6546a54

Browse files
committed
Update test description
To reflect the actual code being run.
1 parent feecaf0 commit 6546a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/advent2011-day23.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ is $readme-lines, $readme-lines2, 'lines() defaults to $*ARGFILES';
152152

153153
{
154154
my %h = @a.pairs.invert;
155-
is-deeply (item %h), {red => 0, yellow => 1, blue => 2}, 'my %h = @a.pairs».invert;';
155+
is-deeply (item %h), {red => 0, yellow => 1, blue => 2}, 'my %h = @a.pairs.invert;';
156156
}
157157

158158
# Swap two variables

0 commit comments

Comments
 (0)