Added missing curly brace (found using sonar with cppcheck and vera++)

This commit is contained in:
Kristian Flikka 2015-10-16 13:01:39 +02:00
parent 88fbe579ed
commit a2c21f5d88

View File

@ -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() );
}