From 5c909fa013fc285f010a95e8d387e0ef3412da9c Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Wed, 30 Dec 2015 11:52:19 +0000 Subject: Vendor import of compiler-rt trunk r256633: https://llvm.org/svn/llvm-project/compiler-rt/trunk@256633 --- test/builtins/Unit/multf3_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/builtins/Unit/multf3_test.c') diff --git a/test/builtins/Unit/multf3_test.c b/test/builtins/Unit/multf3_test.c index 98a8f7a3231ed..42147550c702a 100644 --- a/test/builtins/Unit/multf3_test.c +++ b/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; -- cgit v1.2.3