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 a218f0f commit 7557972Copy full SHA for 7557972
lldb/test/API/functionalities/inline-stepping/TestInlineStepping.py
@@ -1,6 +1,5 @@
1
"""Test stepping over and into inlined functions."""
2
3
-
4
import lldb
5
from lldbsuite.test.decorators import *
6
from lldbsuite.test.lldbtest import *
@@ -14,8 +13,7 @@ class TestInlineStepping(TestBase):
14
13
compiler="icc",
15
bugnumber="# Not really a bug. ICC combines two inlined functions.",
16
)
17
18
- @skipIf(oslist=["linux"], archs=["arm"]) # Fails for 32 bit arm
+ @skipIf(oslist=["linux"], archs=["arm"]) # Fails for 32 bit arm
19
def test_with_python_api(self):
20
21
self.build()
0 commit comments