Explorar el Código

Remove comments

Eric Ramat hace 10 años
padre
commit
ba0e01334c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/tests/boost_graph/tests.cpp

+ 1 - 1
src/tests/boost_graph/tests.cpp

@@ -58,7 +58,7 @@ void hierarchical_test()
 
 int main()
 {
-    // flat_test();
+    flat_test();
     hierarchical_test();
     return 0;
 }