Skip to content

Commit

Permalink
Fix MatrixWorkspaceTest after removing memory from description
Browse files Browse the repository at this point in the history
Refs #7708
  • Loading branch information
martyngigg committed Aug 14, 2013
1 parent d7198b5 commit 7b35534
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Code/Mantid/Framework/API/test/MatrixWorkspaceTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ class MatrixWorkspaceTest : public CxxTest::TestSuite
"X axis: Time-of-flight / microsecond\n"
"Y axis: Counts\n"
"Instrument: (1990-Jan-01 to 1990-Jan-01)\n";
expected += "Memory used: 0 kB";

TS_ASSERT_EQUALS(expected, testWS->toString());
}
Expand Down

0 comments on commit 7b35534

Please sign in to comment.