Skip to content

Commit dead62d

Browse files
committed
disable test if fast-math is enabled
1 parent 50ee38a commit dead62d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/json_fmt.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,11 @@ int main() {
158158
if (main_readme2() != EXIT_SUCCESS) {
159159
return EXIT_FAILURE;
160160
}
161+
#ifndef __FAST_MATH__
161162
if (main_readme3() != EXIT_SUCCESS) {
162163
return EXIT_FAILURE;
163164
}
165+
#endif
164166

165167
return EXIT_SUCCESS;
166168
}

0 commit comments

Comments
 (0)