Skip to content

Commit 1e6e497

Browse files
committed
...
1 parent 8e8ed3e commit 1e6e497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/perf/ManualCharAccessTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ private final long readWithInt(int REPS, char[] input, char[] output) throws Exc
168168

169169
for (int i = 0, end = input.length; i < end; ++i) {
170170
char ch = input[i];
171-
if (codes[ch] != 0) {
171+
if (codes[ch] == 0) {
172172
output[outPtr++] = ch;
173173
continue;
174174
}

0 commit comments

Comments
 (0)