diff --git a/repertory/repertory_test/main.cpp b/repertory/repertory_test/main.cpp index 8e202fe1..05390ec5 100644 --- a/repertory/repertory_test/main.cpp +++ b/repertory/repertory_test/main.cpp @@ -63,8 +63,6 @@ auto main(int argc, char **argv) -> int { ::testing::InitGoogleTest(&argc, argv); auto ret = RUN_ALL_TESTS(); - delete_generated_files(); - repertory::project_cleanup(); return ret;