From 079123b5c4c25a453ba4d3c6ffa1b5f9f39c5dad Mon Sep 17 00:00:00 2001 From: Gabriele Contini <contini.mailing@gmail.com> Date: 周六, 21 3月 2020 20:57:47 +0800 Subject: [PATCH] update docs --- test/functional/generate-license.cpp | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/test/functional/generate-license.cpp b/test/functional/generate-license.cpp index 8ef9477..98cd979 100644 --- a/test/functional/generate-license.cpp +++ b/test/functional/generate-license.cpp @@ -20,8 +20,10 @@ namespace fs = boost::filesystem; using namespace std; + namespace license { namespace test { + string generate_license(const string& license_name, const vector<string>& other_args) { fs::path lcc_exe(LCC_EXE); BOOST_REQUIRE_MESSAGE(fs::is_regular_file(lcc_exe), "License generator not found: " LCC_EXE); -- Gitblit v1.9.1