Skip to content

Commit 7557972

Browse files
committed
[lldb][test] Fix formatting in TestInlineStepping.py
Fixes a218f0f
1 parent a218f0f commit 7557972

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lldb/test/API/functionalities/inline-stepping/TestInlineStepping.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""Test stepping over and into inlined functions."""
22

3-
43
import lldb
54
from lldbsuite.test.decorators import *
65
from lldbsuite.test.lldbtest import *
@@ -14,8 +13,7 @@ class TestInlineStepping(TestBase):
1413
compiler="icc",
1514
bugnumber="# Not really a bug. ICC combines two inlined functions.",
1615
)
17-
18-
@skipIf(oslist=["linux"], archs=["arm"]) # Fails for 32 bit arm
16+
@skipIf(oslist=["linux"], archs=["arm"]) # Fails for 32 bit arm
1917
def test_with_python_api(self):
2018
"""Test stepping over and into inlined functions."""
2119
self.build()

0 commit comments

Comments
 (0)