added print

This commit is contained in:
hugogogo
2022-06-15 21:23:19 +02:00
parent 32c413f741
commit 1cc5dabb7b
4 changed files with 52 additions and 75 deletions

View File

@@ -29,7 +29,6 @@ void add_to_list(std::string s, A_test* s1, A_test* s2, A_test* s3, A_test* s4)
// *********************************************
// prototypes
void test_simple();
void tests_vector_constructor();
void tests_vector_operator_assignation();
void tests_vector_begin();