Skip to content

Commit 8c86ad8

Browse files
committed
Rename test
1 parent 20ed93b commit 8c86ad8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

unittests/test_stream.py renamed to unittests/test_non_copyable_recursive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Test(parser_test_case.parser_test_case_t):
1414

1515
def __init__(self, *args):
1616
parser_test_case.parser_test_case_t.__init__(self, *args)
17-
self.header = "test_stream.hpp"
17+
self.header = "test_non_copyable_recursive.hpp"
1818
self.config.cflags = "-std=c++11"
1919

2020
def test_infinite_recursion_base_classes(self):

0 commit comments

Comments
 (0)