From 51636fbac3e69cd0c3f7893b98251f68ef065bb2 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Tue, 23 Jul 2024 08:00:48 -0500 Subject: [PATCH] fix --- repertory/repertory_test/src/file_manager_test.cpp | 2 -- 1 file changed, 2 deletions(-) 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) { {