Skip to content

Commit

Permalink
refs #4201 fixing CXX error
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Jan 9, 2012
1 parent 5833a37 commit cd37c00
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ static void destroySuite(ConvertToMDEventsUnitsConvTest * suite) { delete suite

void test_nothing()
{
TS_ASSERT(true);
bool something(true);
TS_ASSERT(something);
}


Expand Down

0 comments on commit cd37c00

Please sign in to comment.