src/test/graph_test.cc
changeset 579 859f8c7e2a40
parent 578 159f1cbf8a45
child 592 5961cce7ec53
     1.1 --- a/src/test/graph_test.cc	Fri May 07 13:27:16 2004 +0000
     1.2 +++ b/src/test/graph_test.cc	Fri May 07 15:58:45 2004 +0000
     1.3 @@ -245,8 +245,9 @@
     1.4  template void checkCompile<ListGraph>(ListGraph &);
     1.5  template void checkCompile<SymListGraph>(SymListGraph &);
     1.6  
     1.7 -//Due to some mysterious and some conceptual problems it does not work.
     1.8 -//template void checkCompile<EdgeSet <ListGraph> >(EdgeSet <ListGraph> &);
     1.9 +//Due to some mysterious problems it does not work.
    1.10 +template void checkCompile<EdgeSet <ListGraph> >(EdgeSet <ListGraph> &);
    1.11 +//template void checkCompile<EdgeSet <NodeSet> >(EdgeSet <NodeSet> &);
    1.12  
    1.13  int main() 
    1.14  {
    1.15 @@ -278,4 +279,5 @@
    1.16  
    1.17    std::cout << __FILE__ ": All tests passed.\n";
    1.18  
    1.19 +  return 0;
    1.20  }