Skip to content

Commit 3e73d65

Browse files
committed
Skip setup step in test for gccxml
1 parent 3a2b2fd commit 3e73d65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

unittests/test_smart_pointer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ def __init__(self, *args):
2020
self.global_ns = None
2121

2222
def setUp(self):
23+
if self.config.xml_generator == "gccxml":
24+
return
2325
decls = parser.parse([self.header], self.config)
2426
self.global_ns = declarations.get_global_namespace(decls)
2527

0 commit comments

Comments
 (0)