We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c20314 commit c1fbedeCopy full SHA for c1fbede
lldb/packages/Python/lldbsuite/test/commands/expression/diagnostics/TestExprDiagnostics.py
@@ -101,7 +101,6 @@ def test_source_locations_from_objc_modules(self):
101
self.runCmd("expr @import Foundation")
102
value = frame.EvaluateExpression("NSLog(1);")
103
self.assertFalse(value.GetError().Success())
104
- print(value.GetError().GetCString())
105
# LLDB should print the source line that defines NSLog. To not rely on any
106
# header paths/line numbers or the actual formatting of the Foundation headers, only look
107
# for a few tokens in the output.
0 commit comments