Skip to content

Commit f91ff4b

Browse files
committed
Rebase and run python formatter
1 parent 47a94da commit f91ff4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpNew.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,9 +494,9 @@ def test_minidump_sysroot(self):
494494

495495
def test_multiple_exceptions_or_signals(self):
496496
"""Test that lldb can read the exception information from the Minidump."""
497-
print ("Starting to read multiple-sigsev.yaml")
497+
print("Starting to read multiple-sigsev.yaml")
498498
self.process_from_yaml("multiple-sigsev.yaml")
499-
print ("Done reading multiple-sigsev.yaml")
499+
print("Done reading multiple-sigsev.yaml")
500500
self.check_state()
501501
# This process crashed due to a segmentation fault in both it's threads.
502502
self.assertEqual(self.process.GetNumThreads(), 2)

0 commit comments

Comments
 (0)