diff --git a/Makefile b/Makefile index d4b1cbb..6384635 100644 --- a/Makefile +++ b/Makefile @@ -38,8 +38,8 @@ CC = c++ EXT = cpp CFLAGS = -Wall -Wextra -Werror $(INCLUDES) -#CFLAGS += -MMD -MP #see end-page note on header dependencie #CFLAGS += -std=c++98 +#CFLAGS += -MMD -MP #see end-page note on header dependencie #CFLAGS += -g3 CFLAGS_STL = $(CFLAGS) diff --git a/tests/tests_vector.cpp b/tests/tests_vector.cpp index 8d76796..bcb83e2 100644 --- a/tests/tests_vector.cpp +++ b/tests/tests_vector.cpp @@ -36,14 +36,6 @@ TEST_V(tests_vector_operator_assignation) std::cout << "Size of foo: " << int(foo.size()) << '\n'; std::cout << "Size of bar: " << int(bar.size()) << '\n'; - - // title - TITLE(more informations) - - PRINT(foo); - - PRINT(bar); - DELETE }