1.1 --- a/test/digraph_test.cc Wed Nov 05 14:44:37 2008 +0000
1.2 +++ b/test/digraph_test.cc Thu Nov 06 14:40:32 2008 +0000
1.3 @@ -20,7 +20,6 @@
1.4 #include <lemon/list_graph.h>
1.5 #include <lemon/smart_graph.h>
1.6 #include <lemon/full_graph.h>
1.7 -//#include <lemon/hypercube_graph.h>
1.8
1.9 #include "test_tools.h"
1.10 #include "graph_test.h"
1.11 @@ -112,7 +111,6 @@
1.12
1.13 }
1.14
1.15 -
1.16 void checkConcepts() {
1.17 { // Checking digraph components
1.18 checkConcept<BaseDigraphComponent, BaseDigraphComponent >();
1.19 @@ -145,9 +143,6 @@
1.20 { // Checking FullDigraph
1.21 checkConcept<Digraph, FullDigraph>();
1.22 }
1.23 -// { // Checking HyperCubeDigraph
1.24 -// checkConcept<Digraph, HyperCubeDigraph>();
1.25 -// }
1.26 }
1.27
1.28 template <typename Digraph>