Skip to content

Commit e2a29eb

Browse files
committed
fixup! python format
1 parent 0939db4 commit e2a29eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/commands/expression/import-std-module/shared_ptr/TestSharedPtrFromStdModule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class TestSharedPtr(TestBase):
1111
@add_test_categories(["libc++"])
1212
@skipIf(compiler=no_match("clang"))
1313
@skipIf(macos_version=["<", "15.0"])
14-
@skipIf(compiler="clang", compiler_version=['<', '17.0'])
14+
@skipIf(compiler="clang", compiler_version=["<", "17.0"])
1515
def test(self):
1616
self.build()
1717

0 commit comments

Comments
 (0)