Skip to content

Commit

Permalink
Merge pull request #26 from Jarthianur/hotfix_osx-build-broken
Browse files Browse the repository at this point in the history
change threshold for clang
  • Loading branch information
Jarthianur authored Aug 14, 2019
2 parents 9336fe5 + e68d0fd commit 78413a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/reflexive_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ void reflexive_tests()
int c = 200;
/* workaround: see https://github.com/Jarthianur/simple-cpp-test-framework/issues/25 for
details */
# if __cplusplus >= 201703L && defined(__clang__)
# ifdef __clang__
c = 250;
# endif
assertPerformance(ts->run(), c);
Expand Down

0 comments on commit 78413a6

Please sign in to comment.