summaryrefslogtreecommitdiff
path: root/tools/slang-cpp-extractor/unit-test.h
diff options
context:
space:
mode:
authorEllie Hermaszewska <ellieh@nvidia.com>2024-10-29 14:49:26 +0800
committerGitHub <noreply@github.com>2024-10-29 14:49:26 +0800
commitf65d756bff8d4c5cbc15bd0322a2ae8e6b896a21 (patch)
treeea1d61342cd29368e19135000ec2948813096205 /tools/slang-cpp-extractor/unit-test.h
parenta729c15e9dce9f5116a38afc66329ab2ca4cea54 (diff)
format
* format * Minor test fixes * enable checking cpp format in ci
Diffstat (limited to 'tools/slang-cpp-extractor/unit-test.h')
-rw-r--r--tools/slang-cpp-extractor/unit-test.h5
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