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 16f1420 commit 85ceb5e
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 @@ -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)],
['-x', 'c++', '-std=c++11', '-I' + str(self.incdir.parent), '-fms-compatibility-version=19' * any(platform.win32_ver())],
silent = True)

autowig.controller.plugin = 'default'
Expand Down

0 comments on commit 85ceb5e

Please sign in to comment.