diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2019-08-20 18:01:57 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2019-08-20 18:01:57 +0000 |
commit | 88c643b6fec27eec436c8d138fee6346e92337d6 (patch) | |
tree | 82cd13b2f3cde1c9e5f79689ba4e6ba67694843f /unittests/ScriptInterpreter/Python/PythonTestSuite.h | |
parent | 94994d372d014ce4c8758b9605d63fae651bd8aa (diff) |
Notes
Diffstat (limited to 'unittests/ScriptInterpreter/Python/PythonTestSuite.h')
-rw-r--r-- | unittests/ScriptInterpreter/Python/PythonTestSuite.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/unittests/ScriptInterpreter/Python/PythonTestSuite.h b/unittests/ScriptInterpreter/Python/PythonTestSuite.h deleted file mode 100644 index ad0478875bef..000000000000 --- a/unittests/ScriptInterpreter/Python/PythonTestSuite.h +++ /dev/null @@ -1,22 +0,0 @@ -//===-- PythonTestSuite.cpp -------------------------------------*- C++ -*-===// -// -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -#include "gtest/gtest.h" - -using namespace lldb_private; - -class PythonTestSuite : public testing::Test { -public: - void SetUp() override; - - void TearDown() override; - -private: - PyGILState_STATE m_gil_state; -}; |