From 8d7d51f6a300d132110e18e4b884b10b9fbe3aa6 Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周日, 03 5月 2020 19:43:13 +0800 Subject: [PATCH] api rename project_name->feature_name --- test/library/os/execution_environment_test.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/library/os/execution_environment_test.cpp b/test/library/os/execution_environment_test.cpp index 14a2abc..be9256c 100644 --- a/test/library/os/execution_environment_test.cpp +++ b/test/library/os/execution_environment_test.cpp @@ -5,7 +5,7 @@ #include <licensecc_properties.h> #include <licensecc_properties_test.h> -#include "../../../src/library/base/StringUtils.h" +#include "../../../src/library/base/string_utils.h" #include "../../../src/library/os/network.hpp" #include "../../../src/library/os/execution_environment.hpp" -- Gitblit v1.9.1