From 430801b1307b4c820885f161d0b003011c892d77 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 11 Jan 2023 20:08:10 +0100 Subject: Add ctor namespace cfg:: constants and get rid of temporary 'using namespace ctor' --- test/tasks_test.cc | 2 -- test/tools_test.cc | 1 - 2 files changed, 3 deletions(-) (limited to 'test') 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 #include -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& v #include -using namespace ctor; using namespace std::string_literals; std::ostream& operator<<(std::ostream& stream, const ToolChain& tool_chain) -- cgit v1.2.3