Skip to content

Commit

Permalink
Fixed test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime committed Jan 4, 2025
1 parent e421693 commit 4b74c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_errors.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "includes.h"
#include "spdlog/sinks/basic_file_sink.h"

spdlog::filename_t log_filename = SPDLOG_FILENAME_T("test_logs/simple_log.txt");
static spdlog::filename_t log_filename = SPDLOG_FILENAME_T("test_logs/simple_log.txt");
static std::string log_err_msg = "Error during log";
static std::string flush_err_msg = "Error during flush";

Expand Down

0 comments on commit 4b74c84

Please sign in to comment.