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 d418936 commit 6cdaaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_subset.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def test_libclang_parser(self):
'-I' + str((prefix/'include').abspath()),
'-I' + str((prefix/'include').abspath()/'python2.7')],
bootstrap = False,
silent = False)
silent = True)

def clanglite_controller(asg):

Expand Down

0 comments on commit 6cdaaaa

Please sign in to comment.