Added missing curly brace (found using sonar with cppcheck and vera++)
This commit is contained in:
parent
88fbe579ed
commit
a2c21f5d88
@ -41,3 +41,5 @@ BOOST_AUTO_TEST_CASE( parse_WCHONHIST_OK ) {
|
||||
DeckPtr deck = parser->parseFile(wconhistFile.string());
|
||||
DeckKeywordConstPtr kw1 = deck->getKeyword("WCONHIST" , 0);
|
||||
BOOST_CHECK_EQUAL( 3U , kw1->size() );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user