1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-03-15 10:39:53 +08:00

Update test_file_helper.cpp

This commit is contained in:
Gabi Melman 2021-12-10 22:53:50 +02:00 committed by gabime
parent 9abcf38b90
commit 378a42c887

View File

@ -111,7 +111,7 @@ TEST_CASE("file_event_handlers", "[file_helper]")
};
prepare_logdir();
spdlog::filename_t test_filename{TEST_FILENAME};
spdlog::filename_t test_filename = TEST_FILENAME;
// define event handles that update vector of flags when called
std::vector<flags> events;
spdlog::file_event_handlers handlers;