summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/dijkstra.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dijkstra.cpp b/test/dijkstra.cpp
index 8c35648d..014817ad 100644
--- a/test/dijkstra.cpp
+++ b/test/dijkstra.cpp
@@ -41,7 +41,7 @@ void test_app::test_dijkstra()
debug);
};
- //do_bench(0);
+ do_bench(0);
bench_run("Dijkstra", [&] {
a.Dijkstra(w,
{{0,0,0}, {11,9}}, // from