diff --git a/LibraryCPPTemplate/Tests/graph.cpp b/LibraryCPPTemplate/Tests/graph.cpp index 3a2571bd73..81798c3ff6 100644 --- a/LibraryCPPTemplate/Tests/graph.cpp +++ b/LibraryCPPTemplate/Tests/graph.cpp @@ -141,8 +141,8 @@ int main() { } //////////Vertex removal check////////////////////////////////////////// - graph.add_Edge(2, 3, 5); - graph.add_Edge(0, 4, 1); + /*graph.add_Edge(2, 3, 5); + graph.add_Edge(0, 4, 1);*/ int index1 = 3; std::cout << "Deleting a vertex with an index: " << index1 << std::endl;