Index: packages/Python/lldbsuite/test/lang/cpp/signed_types/TestSignedTypes.py =================================================================== --- packages/Python/lldbsuite/test/lang/cpp/signed_types/TestSignedTypes.py +++ packages/Python/lldbsuite/test/lang/cpp/signed_types/TestSignedTypes.py @@ -48,9 +48,6 @@ self.expect("breakpoint list -f", BREAKPOINT_HIT_ONCE, substrs = [' resolved, hit count = 1']) - # Execute the assignment statement. - self.runCmd("thread step-over") - # Test that signed types display correctly. self.expect("frame variable --show-types --no-args", VARIABLES_DISPLAYED_CORRECTLY, patterns = ["\((short int|short)\) the_signed_short = 99",