[TestKernVerStrLCNOTE] Check the *right* architecture.

This commit is contained in:
Davide Italiano 2020-02-10 15:17:31 -08:00
parent 7bba79ba0c
commit b7bd35a8f1
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class TestKernVerStrLCNOTE(TestBase):
mydir = TestBase.compute_mydir(__file__)
@skipIf(debug_info=no_match(["dsym"]), bugnumber="This test is looking explicitly for a dSYM")
@skipIf(archs=no_match(['amd64']))
@skipIf(archs=no_match(['x86_64']))
@skipUnlessDarwin
def test_lc_note(self):
self.build()