Skip to content

Commit abcbbb9

Browse files
committed
Fix typo
1 parent 6c5c1dd commit abcbbb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/99problems-01-to-10.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ plan 22;
167167

168168
#?rakudo todo 'unknown'
169169
is pack(<a a a a b c c a a d e e e e>).join('+'),
170-
'<a a a a+b+c c+a a+d+e e e e',
170+
'a a a a+b+c c+a a+d+e e e e',
171171
'We should be able to pack lists';
172172

173173
# From Larry, http://perlmonks.org/?node_id=590147

0 commit comments

Comments
 (0)