Skip to content

Commit 65e27a9

Browse files
committed
parkOtherHarts() already defaults to cease
1 parent f6c33d7 commit 65e27a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debug/gdbserver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1818,7 +1818,7 @@ def early_applicable(self):
18181818

18191819
def setup(self):
18201820
ProgramTest.setup(self)
1821-
self.parkOtherHarts("precease")
1821+
self.parkOtherHarts()
18221822

18231823
def test(self):
18241824
# Run all the way to the infinite loop in exit

0 commit comments

Comments
 (0)