diff --git a/lldb/packages/Python/lldbsuite/test/lang/swift/system_framework/TestSwiftSystemFramework.py b/lldb/packages/Python/lldbsuite/test/lang/swift/system_framework/TestSwiftSystemFramework.py index 9d2a6fc51979d..ff7500bf8c850 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/swift/system_framework/TestSwiftSystemFramework.py +++ b/lldb/packages/Python/lldbsuite/test/lang/swift/system_framework/TestSwiftSystemFramework.py @@ -6,11 +6,12 @@ import unittest2 -class TestSwiftAnyType(lldbtest.TestBase): +class TestSwiftSystemFramework(lldbtest.TestBase): mydir = lldbtest.TestBase.compute_mydir(__file__) @swiftTest + @skipIf(oslist=no_match(["macosx"])) def test_system_framework(self): """Make sure no framework paths into /System/Library are added""" self.build()