summaryrefslogtreecommitdiffstats
path: root/tools/slang-cpp-extractor/unit-test.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/slang-cpp-extractor/unit-test.h')
-rw-r--r--tools/slang-cpp-extractor/unit-test.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/tools/slang-cpp-extractor/unit-test.h b/tools/slang-cpp-extractor/unit-test.h
deleted file mode 100644
index fd3ab1328..000000000
--- a/tools/slang-cpp-extractor/unit-test.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef CPP_EXTRACT_UNIT_TEST_H
-#define CPP_EXTRACT_UNIT_TEST_H
-
-#include "diagnostics.h"
-
-namespace CppExtract
-{
-using namespace Slang;
-
-struct UnitTestUtil
-{
- static SlangResult run();
-};
-
-} // namespace CppExtract
-
-#endif