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 5036008 commit 5833a37
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ class ConvertToMDEventsUnitsConvTest : public CxxTest::TestSuite
static ConvertToMDEventsUnitsConvTest *createSuite() { return new ConvertToMDEventsUnitsConvTest(); }
static void destroySuite(ConvertToMDEventsUnitsConvTest * suite) { delete suite; }

void test_nothing()
{
TS_ASSERT(true);
}



Expand Down

0 comments on commit 5833a37

Please sign in to comment.