Skip to content

Commit 3d422c4

Browse files
committed
[lldb][API] Remove debug print in TestRunLocker.py
1 parent ee49453 commit 3d422c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: lldb/test/API/python_api/run_locker/TestRunLocker.py

-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ def runlocker_test(self, stop_at_entry):
8383
val = target.EvaluateExpression("SomethingToCall()")
8484
error = val.GetError()
8585
self.assertTrue(error.Fail(), "Failed to run expression")
86-
print(f"Got Error: {error.GetCString()}")
8786
self.assertIn(
8887
"can't evaluate expressions when the process is running",
8988
error.GetCString(),

0 commit comments

Comments
 (0)