diff -r a637fb9d457b -r efbd0ab50a77 test/digraph_test.cc --- a/test/digraph_test.cc Wed Nov 05 14:44:37 2008 +0000 +++ b/test/digraph_test.cc Thu Nov 06 14:40:32 2008 +0000 @@ -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