We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f435b7 commit ffbea08Copy full SHA for ffbea08
libc/test/src/math/smoke/FModTest.h
@@ -18,7 +18,7 @@
18
#include "hdr/fenv_macros.h"
19
20
#define TEST_SPECIAL(x, y, expected, dom_err, expected_exception) \
21
- LIBC_NAMESPACE::fputil::clear_except(FE_ALL_EXCEPT); \
+ LIBC_NAMESPACE::fputil::clear_except(FE_ALL_EXCEPT); \
22
EXPECT_FP_EQ(expected, f(x, y)); \
23
EXPECT_MATH_ERRNO((dom_err) ? EDOM : 0); \
24
EXPECT_FP_EXCEPTION(expected_exception); \
0 commit comments