Skip to content

Commit

Permalink
Update test_subset.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Aug 26, 2016
1 parent 97bebd1 commit 9fb0b40
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/test_subset.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ def clanglite_controller(asg):

module.write()

def test_pyclanglite_parser(self):
"""Test `pyclanglite` parser"""
plugin = autowig.parser.plugin
autowig.parser.plugin = 'pyclanglite'
self.test_libclang_parser()
autowig.parser.plugin = plugin
#def test_pyclanglite_parser(self):
# """Test `pyclanglite` parser"""
# plugin = autowig.parser.plugin
# autowig.parser.plugin = 'pyclanglite'
# self.test_libclang_parser()
# autowig.parser.plugin = plugin

0 comments on commit 9fb0b40

Please sign in to comment.