root: macro: utility: namespace refactor into common
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user