Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into feature/empty_name…
Browse files Browse the repository at this point in the history
…_assert
  • Loading branch information
srz-zumix committed Aug 22, 2020
2 parents 6ac6a12 + 71c017c commit 36e24a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/invalid_both_suite_and_case_setup_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include "iutest.hpp"

#if !defined(IUTEST_USE_GTEST)
# if IUTEST_HAS_TESTSUITE && IUTEST_HAS_TESTCASE
# if IUTEST_HAS_TESTSUITE && IUTEST_HAS_TESTCASE && !defined(IUTEST_USE_LIB)
# define HAS_INVALID_TESTSUITE_AND_TESTCASE 1
# endif
#endif
Expand Down
2 changes: 1 addition & 1 deletion test/invalid_both_suite_and_case_teardown_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include "iutest.hpp"

#if !defined(IUTEST_USE_GTEST)
# if IUTEST_HAS_TESTSUITE && IUTEST_HAS_TESTCASE
# if IUTEST_HAS_TESTSUITE && IUTEST_HAS_TESTCASE && !defined(IUTEST_USE_LIB)
# define HAS_INVALID_TESTSUITE_AND_TESTCASE 1
# endif
#endif
Expand Down

0 comments on commit 36e24a3

Please sign in to comment.