Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Aug 23, 2020
1 parent d5cb5f5 commit b56077a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/check_strict_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @author t.shirayanagi
* @par copyright
* Copyright (C) 2015-2016, Takazumi Shirayanagi\n
* Copyright (C) 2015-2020, Takazumi Shirayanagi\n
* This software is released under the new BSD License,
* see LICENSE
*/
Expand All @@ -29,7 +29,9 @@ class TestFixture : public ::iutest::Test
virtual void SetUp() {}
};

#if IUTEST_HAS_IF_EXISTS || !defined(IUTEST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) && !defined(IUTEST_NO_FUNCTION_TEMPLATE_ORDERING)
IUTEST_TEST_STATICASSERT("TestFixture is fixture class, mistake the IUTEST_F?")
#endif
IUTEST(TestFixture, Test)
{
}
Expand Down

0 comments on commit b56077a

Please sign in to comment.