Update test_file_helper.cpp
This commit is contained in:
parent
6638c23cfc
commit
ad08f13aac
@ -111,7 +111,7 @@ TEST_CASE("file_event_handlers", "[file_helper]")
|
|||||||
};
|
};
|
||||||
prepare_logdir();
|
prepare_logdir();
|
||||||
|
|
||||||
spdlog::filename_t test_filename = TEST_FILENAME;
|
spdlog::filename_t test_filename = SPDLOG_FILENAME_T(TEST_FILENAME);
|
||||||
// define event handles that update vector of flags when called
|
// define event handles that update vector of flags when called
|
||||||
std::vector<flags> events;
|
std::vector<flags> events;
|
||||||
spdlog::file_event_handlers handlers;
|
spdlog::file_event_handlers handlers;
|
||||||
|
Loading…
Reference in New Issue
Block a user