Skip to content

Commit

Permalink
disable test if fast-math is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
dalle committed Nov 20, 2024
1 parent 50ee38a commit dead62d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/json_fmt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,11 @@ int main() {
if (main_readme2() != EXIT_SUCCESS) {
return EXIT_FAILURE;
}
#ifndef __FAST_MATH__
if (main_readme3() != EXIT_SUCCESS) {
return EXIT_FAILURE;
}
#endif

return EXIT_SUCCESS;
}

0 comments on commit dead62d

Please sign in to comment.