diff -r 1d09b48e8d55 -r 4fb435ad31cf test/graph_test.cc --- a/test/graph_test.cc Thu Oct 06 09:57:23 2005 +0000 +++ b/test/graph_test.cc Thu Oct 06 09:58:21 2005 +0000 @@ -7,6 +7,7 @@ #include #include #include +#include #include "test_tools.h" #include "graph_test.h" @@ -59,6 +60,9 @@ { // checking full graph checkConcept(); } + { // checking full graph + checkConcept(); + } std::cout << __FILE__ ": All tests passed.\n";