MCPcopy Create free account
hub / github.com/dblalock/bolt / failedString

Method failedString

cpp/quantize/catch.hpp:8608–8608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8606
8607#ifdef CATCH_PLATFORM_MAC
8608 static const char* failedString() { return "FAILED"; }
8609 static const char* passedString() { return "PASSED"; }
8610#else
8611 static const char* failedString() { return "failed"; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected