(third_party deps) fix #177, update bundled spdlog to 1.6.0
This commit is contained in:
4
third_party/spdlog/tests/test_registry.cpp
vendored
4
third_party/spdlog/tests/test_registry.cpp
vendored
@ -1,7 +1,7 @@
|
||||
#include "includes.h"
|
||||
|
||||
static const char *tested_logger_name = "null_logger";
|
||||
static const char *tested_logger_name2 = "null_logger2";
|
||||
static const char *const tested_logger_name = "null_logger";
|
||||
static const char *const tested_logger_name2 = "null_logger2";
|
||||
|
||||
#ifndef SPDLOG_NO_EXCEPTIONS
|
||||
TEST_CASE("register_drop", "[registry]")
|
||||
|
Reference in New Issue
Block a user