diff options
Diffstat (limited to 'compiler-rt/test/builtins/Unit/multf3_test.c')
-rw-r--r-- | compiler-rt/test/builtins/Unit/multf3_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/builtins/Unit/multf3_test.c b/compiler-rt/test/builtins/Unit/multf3_test.c index 98a8f7a3231..42147550c70 100644 --- a/compiler-rt/test/builtins/Unit/multf3_test.c +++ b/compiler-rt/test/builtins/Unit/multf3_test.c @@ -82,7 +82,7 @@ int main() return 1; // underflow if (test__multf3(0x1.23456734245345p-10000L, - 0x1.edcba524498724p-6383L, + 0x1.edcba524498724p-6497L, UINT64_C(0x0), UINT64_C(0x0))) return 1; |