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 ddd5d30 commit d5cb5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/static_assertion_failure_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ IUTEST(StaticAssertTypeEqTest, Fail2)
IUTEST(StaticAssertTypeEqTest, Fail3)
{
IUTEST_TEST_STATICASSERT("(static_assert|static assertion failed)")
IUTEST_STATIC_ASSERT(test_struct<false, false>::value);
IUTEST_STATIC_ASSERT((test_struct<false, false>::value));
}

#endif

0 comments on commit d5cb5f5

Please sign in to comment.