We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee49453 commit 3d422c4Copy full SHA for 3d422c4
lldb/test/API/python_api/run_locker/TestRunLocker.py
@@ -83,7 +83,6 @@ def runlocker_test(self, stop_at_entry):
83
val = target.EvaluateExpression("SomethingToCall()")
84
error = val.GetError()
85
self.assertTrue(error.Fail(), "Failed to run expression")
86
- print(f"Got Error: {error.GetCString()}")
87
self.assertIn(
88
"can't evaluate expressions when the process is running",
89
error.GetCString(),
0 commit comments