summaryrefslogtreecommitdiff
path: root/test/test-geoData-counts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-geoData-counts.cpp')
-rw-r--r--test/test-geoData-counts.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test-geoData-counts.cpp b/test/test-geoData-counts.cpp
index cad078d..bb43fdb 100644
--- a/test/test-geoData-counts.cpp
+++ b/test/test-geoData-counts.cpp
@@ -60,5 +60,4 @@ BOOST_DATA_TEST_CASE(deformLogical,
BOOST_CHECK_EQUAL(geoData.n_vertices(), expVertices);
BOOST_CHECK_EQUAL(geoData.n_edges(), expEdges);
BOOST_CHECK_EQUAL(geoData.n_faces(), expFaces);
- BOOST_CHECK_NO_THROW(geoData.sanityCheck());
}