Skip to content

Commit 040b486

Browse files
committed
Add the new copy constructor test to the test list
1 parent 6d98900 commit 040b486

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

unittests/test_all.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
import example_tester
6868
import test_utils
6969
import test_va_list_tag_removal
70+
import test_copy_constructor
7071

7172
testers = [
7273
# , demangled_tester # failing right now
@@ -126,7 +127,8 @@
126127
pep8_tester,
127128
example_tester,
128129
test_utils,
129-
test_va_list_tag_removal
130+
test_va_list_tag_removal,
131+
test_copy_constructor
130132
]
131133

132134
if 'posix' in os.name:

0 commit comments

Comments
 (0)