diff --git a/test/digraph_test.cc b/test/digraph_test.cc --- a/test/digraph_test.cc +++ b/test/digraph_test.cc @@ -20,7 +20,6 @@ #include #include #include -//#include #include "test_tools.h" #include "graph_test.h" @@ -112,7 +111,6 @@ } - void checkConcepts() { { // Checking digraph components checkConcept(); @@ -145,9 +143,6 @@ { // Checking FullDigraph checkConcept(); } -// { // Checking HyperCubeDigraph -// checkConcept(); -// } } template