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' --- src/unittest.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/unittest.cc') diff --git a/src/unittest.cc b/src/unittest.cc index 9aceb52..237b2e3 100644 --- a/src/unittest.cc +++ b/src/unittest.cc @@ -8,8 +8,6 @@ #include "execute.h" #include "task.h" -using namespace ctor; - int runUnitTests(std::set>& tasks, const ctor::settings& settings) { -- cgit v1.2.3