mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
8303033: Build failure with the micro bench mark
Reviewed-by: naoto
(cherry picked from commit e950b95486)
This commit is contained in:
committed by
Vitaly Provodin
parent
99ec8924fb
commit
b189165e85
@@ -112,7 +112,7 @@ public class Characters {
|
||||
case "a-grave" -> 0xE0;
|
||||
case "yD" -> 0xE0;
|
||||
case "micro" -> 0xFF;
|
||||
default -> Integer.parseInt(codePoint);;
|
||||
default -> Integer.parseInt(codePoint);
|
||||
};
|
||||
}
|
||||
@Benchmark
|
||||
|
||||
Reference in New Issue
Block a user