Skip to content
Snippets Groups Projects
Commit e892bd2d authored by Martyn Gigg's avatar Martyn Gigg
Browse files

Merge pull request #166 from mantidproject/bugfix/11013_valgrind_peakshapesphere

Fix Valgrind issue with PeakShapeSphericalTest
parents 2166166d b425cee3
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,8 @@ public:
TS_ASSERT_EQUALS(a.algorithmName(), clone->algorithmName());
TS_ASSERT_EQUALS(a.algorithmVersion(), clone->algorithmVersion());
TS_ASSERT_DIFFERS(clone, &a);
}
delete clone;
}
void test_toJSON() {
const double radius = 2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment