Skip to content

Commit

Permalink
[lldb][API] Remove debug print in TestRunLocker.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSpickett committed Sep 20, 2023
1 parent ee49453 commit 3d422c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lldb/test/API/python_api/run_locker/TestRunLocker.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def runlocker_test(self, stop_at_entry):
val = target.EvaluateExpression("SomethingToCall()")
error = val.GetError()
self.assertTrue(error.Fail(), "Failed to run expression")
print(f"Got Error: {error.GetCString()}")
self.assertIn(
"can't evaluate expressions when the process is running",
error.GetCString(),
Expand Down

0 comments on commit 3d422c4

Please sign in to comment.