root: macro: utility: namespace refactor into common

This commit is contained in:
2024-07-20 22:00:48 -07:00
parent 8eda51c6bc
commit a0091423d1
5 changed files with 18 additions and 23 deletions

View File

@@ -70,7 +70,7 @@ class Unit
if (!loaded)
{
internal::Command::load(paths);
common::Command::load(paths);
loaded = true;
}
@@ -107,7 +107,7 @@ class Benchmark
if (!loaded)
{
internal::Command::load(paths);
common::Command::load(paths);
loaded = true;
}