diff options
Diffstat (limited to 'tools/slang-cpp-extractor/unit-test.h')
| -rw-r--r-- | tools/slang-cpp-extractor/unit-test.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/slang-cpp-extractor/unit-test.h b/tools/slang-cpp-extractor/unit-test.h index 9c8d9b08c..fd3ab1328 100644 --- a/tools/slang-cpp-extractor/unit-test.h +++ b/tools/slang-cpp-extractor/unit-test.h @@ -3,7 +3,8 @@ #include "diagnostics.h" -namespace CppExtract { +namespace CppExtract +{ using namespace Slang; struct UnitTestUtil @@ -11,6 +12,6 @@ struct UnitTestUtil static SlangResult run(); }; -} // CppExtract +} // namespace CppExtract #endif |
