diff options
Diffstat (limited to 'lldb/test/functionalities/inline-stepping/TestInlineStepping.py')
| -rw-r--r-- | lldb/test/functionalities/inline-stepping/TestInlineStepping.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/inline-stepping/TestInlineStepping.py b/lldb/test/functionalities/inline-stepping/TestInlineStepping.py index 2bca57d3ddf..7286d8e4f41 100644 --- a/lldb/test/functionalities/inline-stepping/TestInlineStepping.py +++ b/lldb/test/functionalities/inline-stepping/TestInlineStepping.py @@ -108,7 +108,7 @@ class TestInlineStepping(TestBase): test_stack_depth = True # Work around for <rdar://problem/16363195>, the darwin unwinder seems flakey about whether it duplicates the first frame # or not, which makes counting stack depth unreliable. - if self.getPlatform() == "darwin": + if self.platformIsDarwin(): test_stack_depth = False for step_pattern in step_sequence: |

