Skip to content

Commit

Permalink
fix condition
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Aug 21, 2020
1 parent 3d098c7 commit 4de2bb6
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 4de2bb6

Please sign in to comment.