Skip to content

Commit 18d5b5e

Browse files
committed
fixup! python format
1 parent 110b0d6 commit 18d5b5e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lldb/test/API/lang/cpp/odr-handling-with-dylib/TestOdrHandlingWithDylib.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55

66

77
class OdrHandlingWithDylibTestCase(TestBase):
8-
@skipIf(bugnumber="https://github.com/llvm/llvm-project/issues/50375, rdar://135551810")
8+
@skipIf(
9+
bugnumber="https://github.com/llvm/llvm-project/issues/50375, rdar://135551810"
10+
)
911
def test(self):
1012
"""
1113
Tests that the expression evaluator is able to deal with types

0 commit comments

Comments
 (0)