Astyle formatting code [ci skip]
This commit is contained in:
parent
4bf827e44d
commit
da6f10e369
|
@ -40,7 +40,7 @@ TEST(ASSERT, ASSERT)
|
|||
// Avoid syntax error: https://sourceforge.net/p/cppcheck/discussion/general/thread/6ccc7283e2/
|
||||
TEST(test_cppcheck, cppcheck)
|
||||
{
|
||||
TestStruct<int> it;
|
||||
ASSERT_THROW(it.operator->(), std::out_of_range);
|
||||
TestStruct<int> it;
|
||||
ASSERT_THROW(it.operator->(), std::out_of_range);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue