commit | 11904064159757e07f1c7c9ee7b92b265aa3cc54 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Thu Apr 14 22:33:28 2022 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Thu Apr 14 22:33:28 2022 -0400 |
tree | e9af232f94b64ee4c6358806ffff222897c6fa41 | |
parent | 9c0bd8d5613e18de54a76aa65ebc49694b63b3f0 [diff] [blame] |
Migrate to C++17 and misc code cleanups Change-Id: I6b63385c92361a7ef5803d2bfd00f39c77e88d34
diff --git a/tests/integrated/test-basic-command-insert-delete.cpp b/tests/integrated/test-basic-command-insert-delete.cpp index 5ed5b9b..55d6e65 100644 --- a/tests/integrated/test-basic-command-insert-delete.cpp +++ b/tests/integrated/test-basic-command-insert-delete.cpp
@@ -35,8 +35,7 @@ #include <boost/mpl/vector.hpp> #include <boost/test/unit_test.hpp> -namespace repo { -namespace tests { +namespace repo::tests { using ndn::time::milliseconds; @@ -288,5 +287,4 @@ BOOST_AUTO_TEST_SUITE_END() -} // namespace tests -} // namespace repo +} // namespace repo::tests