Skip to content

Commit 1beb856

Browse files
committed
Remove c++11 flag, the failure is not related to the c++ standard
1 parent 8c86ad8 commit 1beb856

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

unittests/test_non_copyable_recursive.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ class Test(parser_test_case.parser_test_case_t):
1515
def __init__(self, *args):
1616
parser_test_case.parser_test_case_t.__init__(self, *args)
1717
self.header = "test_non_copyable_recursive.hpp"
18-
self.config.cflags = "-std=c++11"
1918

2019
def test_infinite_recursion_base_classes(self):
2120
"""

0 commit comments

Comments
 (0)