Skip to content

Commit afa76cb

Browse files
committed
Add the unittest ToSWIG for ExecutionContextRef.
This comes from a larger patch (f22d82c) but I don't want to try to incorporate that, so I'm just copying this bit in.
1 parent b5762a2 commit afa76cb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,3 +329,8 @@ python::PythonObject
329329
lldb_private::python::SWIGBridge::ToSWIGWrapper(lldb::DataExtractorSP) {
330330
return python::PythonObject();
331331
}
332+
333+
python::PythonObject
334+
lldb_private::python::SWIGBridge::ToSWIGWrapper(lldb::ExecutionContextRefSP) {
335+
return python::PythonObject();
336+
}

0 commit comments

Comments
 (0)