Skip to content

Commit

Permalink
Skip setup step in test for gccxml
Browse files Browse the repository at this point in the history
  • Loading branch information
iMichka committed Aug 8, 2017
1 parent 3a2b2fd commit 3e73d65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions unittests/test_smart_pointer.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ def __init__(self, *args):
self.global_ns = None

def setUp(self):
if self.config.xml_generator == "gccxml":
return
decls = parser.parse([self.header], self.config)
self.global_ns = declarations.get_global_namespace(decls)

Expand Down

0 comments on commit 3e73d65

Please sign in to comment.