Skip to content

Commit f090aa6

Browse files
committed
Remove mystery closing brace that broke compilation
1 parent 693fff4 commit f090aa6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

S32-str/utf8-c8.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ is Buf.new(0xFE).decode('utf8-c8').chars, 1, 'Decoding Buf with just 0xFE works'
128128
109,108,228,192);
129129

130130
my $test-file := make-temp-path;
131-
}
132131

133132
for @bufs.kv -> $i, $buf {
134133
is-deeply Buf.new($buf.decode('utf8-c8').encode('utf8-c8').list), $buf,

0 commit comments

Comments
 (0)