Skip to content

Commit

Permalink
Update test_basic.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Oct 8, 2017
1 parent 84601eb commit 16f1420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def test_mapping_export(self):
if filepath.exists() and filepath.ext in ['.cpp', '.h']:
filepath.remove()

@attr(win=False, osx=False)
@attr(osx=False)
def test_pyclanglite_parser(self):
"""Test `pyclanglite` parser"""
plugin = autowig.parser.plugin
Expand Down

0 comments on commit 16f1420

Please sign in to comment.