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 b56077a commit 3e462a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/check_strict_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ class TestFixture : public ::iutest::Test

#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)
{
}
#endif

#ifdef UNICODE
int wmain(int argc, wchar_t* argv[])
Expand Down

0 comments on commit 3e462a0

Please sign in to comment.