forked from OSchip/llvm-project
Fix regression of test SourceManagerTestCase.test_display_source_python.
llvm-svn: 141021
This commit is contained in:
parent
5dd3425b77
commit
44d6d2c526
|
@ -51,7 +51,7 @@ namespace lldb_private
|
|||
const char* current_line_cstr,
|
||||
lldb_private::Stream *s)
|
||||
{
|
||||
if (file)
|
||||
if (!file)
|
||||
return 0;
|
||||
|
||||
if (m_debugger_sp)
|
||||
|
|
Loading…
Reference in New Issue