diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2023-01-11 18:19:07 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2023-01-11 18:19:07 +0100 |
commit | eb00551f0e990495c6d7533ed193f459cb449665 (patch) | |
tree | 51ba33b836e6d870378e6d614b1387787e3c7e2b /src/unittest.cc | |
parent | 2b26fff20c1684bc96eac25cfb24e1230f9ca3ce (diff) |
Rename Settings struct to setings
Diffstat (limited to 'src/unittest.cc')
-rw-r--r-- | src/unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unittest.cc b/src/unittest.cc index 855a2ae..9aceb52 100644 --- a/src/unittest.cc +++ b/src/unittest.cc @@ -11,7 +11,7 @@ using namespace ctor; int runUnitTests(std::set<std::shared_ptr<Task>>& tasks, - const Settings& settings) + const ctor::settings& settings) { bool ok{true}; std::cout << "Running unit-tests:" << std::endl; |