Skip to content

Commit 54ab537

Browse files
committed
Fix tests - backported changes need old namespace.
1 parent 57bd2cd commit 54ab537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit_tests/engine/guidance_assembly.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ BOOST_AUTO_TEST_CASE(rfc4648_test_vectors)
2020

2121
BOOST_AUTO_TEST_CASE(trim_short_segments)
2222
{
23-
//using namespace osrm::extractor::guidance;
23+
using namespace osrm::extractor::guidance;
2424
using namespace osrm::engine::guidance;
2525
using namespace osrm::engine;
2626
using namespace osrm::util;

0 commit comments

Comments
 (0)