tests are receving as much argument as necessary, and print works with map

This commit is contained in:
hugogogo
2022-06-19 11:49:49 +02:00
parent 94745ca8a9
commit 50224fb432
8 changed files with 40 additions and 165 deletions

View File

@@ -5,7 +5,7 @@
int main() {
// VECTOR
// tests_vector_constructor();
tests_vector_constructor();
// tests_vector_operator_assignation();
// tests_vector_begin();
// tests_vector_end();
@@ -34,7 +34,7 @@ int main() {
// tests_vector_reverse_iterators();
// MAP
// tests_map_simple();
tests_map_simple();
// tests_map_constructor();
// tests_map_operator_assignation();
// tests_map_begin();