We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a94da commit f91ff4bCopy full SHA for f91ff4b
lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpNew.py
@@ -494,9 +494,9 @@ def test_minidump_sysroot(self):
494
495
def test_multiple_exceptions_or_signals(self):
496
"""Test that lldb can read the exception information from the Minidump."""
497
- print ("Starting to read multiple-sigsev.yaml")
+ print("Starting to read multiple-sigsev.yaml")
498
self.process_from_yaml("multiple-sigsev.yaml")
499
- print ("Done reading multiple-sigsev.yaml")
+ print("Done reading multiple-sigsev.yaml")
500
self.check_state()
501
# This process crashed due to a segmentation fault in both it's threads.
502
self.assertEqual(self.process.GetNumThreads(), 2)
0 commit comments