Skip to content

Commit

Permalink
Cleanup: Skip macOS-only test on non-macOS systems and give it a uniq…
Browse files Browse the repository at this point in the history
…ue name.
  • Loading branch information
adrian-prantl committed Oct 30, 2019
1 parent e9e842b commit c9683d4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit c9683d4

Please sign in to comment.