You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Catch2 fails when running spdlog tests in Debug configuration (check this PR gabime/spdlog#2661). Release configuration works without issues.
Hi,
as a note I've got the same assert which was caused because in my test: TEST_CASE("lookup_apostrophes", "[ut][lookup]apo][itapo]")
I was missing a '[' in the tags. But that is not very clear from the assert.
my2cents
Describe the bug
Catch2 fails when running spdlog tests in Debug configuration (check this PR gabime/spdlog#2661). Release configuration works without issues.
Catch2 is included via
FetchContent
.Expected behavior
Successful tests run.
Reproduction steps
Platform information:
Additional context
The text was updated successfully, but these errors were encountered: