diff -r e225719bde6b -r 2d806130e700 test/path_test.cc --- a/test/path_test.cc Thu Jan 26 06:44:22 2006 +0000 +++ b/test/path_test.cc Thu Jan 26 15:42:13 2006 +0000 @@ -89,7 +89,7 @@ template void checkCompilePath< concept::Path >(concept::Path &); template void checkCompilePath< DirPath >(DirPath &); -template void checkCompilePath< UndirPath >(UndirPath &); +template void checkCompilePath< UPath >(UPath &); int main() {