Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Aug 22, 2020
1 parent 36e24a3 commit ddd5d30
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/iutest_body.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,7 @@ class Test

protected:
virtual void SetUp() {} //!< 実行前処理
#if IUTEST_HAS_AUTOFIXTURE_PARAM_TEST
virtual void Body() {} //!< テスト実装部
#else
virtual void Body() = 0; //!< テスト実装部
#endif
virtual void TearDown() {} //!< 実行後処理

public:
Expand Down

0 comments on commit ddd5d30

Please sign in to comment.