mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 20:10:50 +08:00
[ScriptInterpreterPython] Fix the unit test after refactor
llvm-svn: 357313
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
#include "Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h"
|
||||
#include "Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h"
|
||||
#include "Plugins/ScriptInterpreter/Python/lldb-python.h"
|
||||
#include "lldb/Host/FileSystem.h"
|
||||
#include "lldb/Host/HostInfo.h"
|
||||
@@ -16,10 +17,10 @@
|
||||
#include "PythonTestSuite.h"
|
||||
|
||||
using namespace lldb_private;
|
||||
class TestScriptInterpreterPython : public ScriptInterpreterPython {
|
||||
class TestScriptInterpreterPython : public ScriptInterpreterPythonImpl {
|
||||
public:
|
||||
using ScriptInterpreterPython::Initialize;
|
||||
using ScriptInterpreterPython::InitializePrivate;
|
||||
using ScriptInterpreterPythonImpl::Initialize;
|
||||
using ScriptInterpreterPythonImpl::InitializePrivate;
|
||||
};
|
||||
|
||||
void PythonTestSuite::SetUp() {
|
||||
|
||||
Reference in New Issue
Block a user