MCPcopy Create free account
hub / github.com/cirquit/trdrop / failedString

Method failedString

ext/catch.hpp:10887–10887  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10885
10886#ifdef CATCH_PLATFORM_MAC
10887 static const char* failedString() { return "FAILED"; }
10888 static const char* passedString() { return "PASSED"; }
10889#else
10890 static const char* failedString() { return "failed"; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected