Skip to content

Commit

Permalink
Merge pull request #60 from adrian-prantl/adrian/56280346-cleanup
Browse files Browse the repository at this point in the history
Cleanup: Skip macOS-only test on non-macOS systems and give it a uniq…
  • Loading branch information
adrian-prantl authored Oct 30, 2019
2 parents a38a44c + c9683d4 commit b89a7a2
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 b89a7a2

Please sign in to comment.