test/path_test.cc
changeset 1909 2d806130e700
parent 1875 98698b69a902
child 1956 a055123339d5
     1.1 --- a/test/path_test.cc	Thu Jan 26 06:44:22 2006 +0000
     1.2 +++ b/test/path_test.cc	Thu Jan 26 15:42:13 2006 +0000
     1.3 @@ -89,7 +89,7 @@
     1.4  
     1.5  template void checkCompilePath< concept::Path<ListGraph> >(concept::Path<ListGraph> &);
     1.6  template void checkCompilePath< DirPath<ListGraph> >(DirPath<ListGraph> &);
     1.7 -template void checkCompilePath< UndirPath<ListGraph> >(UndirPath<ListGraph> &);
     1.8 +template void checkCompilePath< UPath<ListGraph> >(UPath<ListGraph> &);
     1.9  
    1.10  int main() 
    1.11  {