diff -r da142c310d02 -r 4274224f8a7d test/path_test.cc --- a/test/path_test.cc Tue Oct 24 16:49:41 2006 +0000 +++ b/test/path_test.cc Tue Oct 24 17:19:16 2006 +0000 @@ -19,8 +19,8 @@ #include #include -#include -#include +#include +#include #include #include @@ -31,11 +31,11 @@ using namespace lemon; void check_concepts() { - checkConcept, - concept::Path >(); - checkConcept, - Path >(); - checkConcept, Path >(); + checkConcept, + concepts::Path >(); + checkConcept, + Path >(); + checkConcept, Path >(); } int main() {