aboutsummaryrefslogtreecommitdiff
path: root/lib/std
diff options
context:
space:
mode:
Diffstat (limited to 'lib/std')
-rw-r--r--lib/std/math/nextafter.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/math/nextafter.zig b/lib/std/math/nextafter.zig
index 6780d6089f..717cbf4700 100644
--- a/lib/std/math/nextafter.zig
+++ b/lib/std/math/nextafter.zig
@@ -144,7 +144,7 @@ test "int" {
}
test "float" {
- @setEvalBranchQuota(2000);
+ @setEvalBranchQuota(3000);
// normal -> normal
try expect(nextAfter(f16, 0x1.234p0, 2.0) == 0x1.238p0);