Fix regression of test SourceManagerTestCase.test_display_source_python.

llvm-svn: 141021
This commit is contained in:
Johnny Chen 2011-10-03 20:56:39 +00:00
parent 5dd3425b77
commit 44d6d2c526
1 changed files with 1 additions and 1 deletions

View File

@ -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)