Skip to content

Commit c1fbede

Browse files
committed
[lldb][NFC] Remove debug print statement from TestExprDiagnostics.py
1 parent 6c20314 commit c1fbede

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/packages/Python/lldbsuite/test/commands/expression/diagnostics/TestExprDiagnostics.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ def test_source_locations_from_objc_modules(self):
101101
self.runCmd("expr @import Foundation")
102102
value = frame.EvaluateExpression("NSLog(1);")
103103
self.assertFalse(value.GetError().Success())
104-
print(value.GetError().GetCString())
105104
# LLDB should print the source line that defines NSLog. To not rely on any
106105
# header paths/line numbers or the actual formatting of the Foundation headers, only look
107106
# for a few tokens in the output.

0 commit comments

Comments
 (0)