Fixed duplication of char*

This commit is contained in:
Benoit Blanchon
2018-08-22 14:37:17 +02:00
parent 7683667b3c
commit 6d290bd001
25 changed files with 601 additions and 531 deletions

View File

@ -8,7 +8,6 @@ add_executable(MiscTests
TypeTraits.cpp
unsigned_char.cpp
version.cpp
vla.cpp
)
target_link_libraries(MiscTests catch)