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 9, 2017
1 parent 54699d6 commit c8fa8a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_mapping_export(self):
asg = autowig.AbstractSemanticGraph()

asg = autowig.parser(asg, self.incdir.files('*.h'),
['-x', 'c++', '-std=c++11', '-I' + str(self.incdir.parent), '-fms-compatibility-version=18' * any(platform.win32_ver())],
['-x', 'c++', '-std=c++11', '-I' + str(self.incdir.parent)],
silent = True)

autowig.controller.plugin = 'default'
Expand All @@ -64,7 +64,7 @@ def test_mapping_export(self):
if filepath.exists() and filepath.ext in ['.cpp', '.h']:
filepath.remove()

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

0 comments on commit c8fa8a5

Please sign in to comment.