mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
std: update eval branch quotas after bdbc485
Also, update `std.math.Log2Int[Ceil]` to more efficient implementations that don't use up so much damn quota!
This commit is contained in:
@@ -535,6 +535,7 @@ fn testUtf16CountCodepoints() !void {
|
||||
}
|
||||
|
||||
test "utf16 count codepoints" {
|
||||
@setEvalBranchQuota(2000);
|
||||
try testUtf16CountCodepoints();
|
||||
try comptime testUtf16CountCodepoints();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user