diff --git a/repertory/repertory_test/src/file_manager_test.cpp b/repertory/repertory_test/src/file_manager_test.cpp index 182c4139..86da414a 100644 --- a/repertory/repertory_test/src/file_manager_test.cpp +++ b/repertory/repertory_test/src/file_manager_test.cpp @@ -42,13 +42,11 @@ namespace repertory { static std::string file_manager_dir = utils::path::combine(get_test_dir(), {"file_manager_test"}); -#if defined(PROJECT_ENABLE_TESTING) auto file_manager::open(std::shared_ptr of, const open_file_data &ofd, std::uint64_t &handle, std::shared_ptr &f) -> api_error { return open(of->get_api_path(), of->is_directory(), ofd, handle, f, of); } -#endif TEST(file_manager, can_start_and_stop) { {