diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2023-01-11 20:08:10 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2023-01-11 20:08:10 +0100 |
commit | 430801b1307b4c820885f161d0b003011c892d77 (patch) | |
tree | 64ce860849ada5c0aa00989532da6639004fe6aa /test | |
parent | 6af7742c35ecdf2831908443ca0e04bf23317a96 (diff) |
Add ctor namespace cfg:: constants and get rid of temporary 'using namespace ctor'
Diffstat (limited to 'test')
-rw-r--r-- | test/tasks_test.cc | 2 | ||||
-rw-r--r-- | test/tools_test.cc | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/test/tasks_test.cc b/test/tasks_test.cc index 57d30e3..5f1db26 100644 --- a/test/tasks_test.cc +++ b/test/tasks_test.cc @@ -3,8 +3,6 @@ #include <ctor.h> #include <tasks.h> -using namespace ctor; - namespace { ctor::build_configurations ctorTestConfigs1(const ctor::settings&) diff --git a/test/tools_test.cc b/test/tools_test.cc index 8455ce6..5a0e994 100644 --- a/test/tools_test.cc +++ b/test/tools_test.cc @@ -11,7 +11,6 @@ std::ostream& operator<<(std::ostream& stream, const std::vector<std::string>& v #include <tools.h> -using namespace ctor; using namespace std::string_literals; std::ostream& operator<<(std::ostream& stream, const ToolChain& tool_chain) |