MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / passedString

Function passedString

unittests/catch.hpp:11288–11288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11286#ifdef CATCH_PLATFORM_MAC
11287 const char* failedString() { return "FAILED"; }
11288 const char* passedString() { return "PASSED"; }
11289#else
11290 const char* failedString() { return "failed"; }
11291 const char* passedString() { return "passed"; }

Callers 1

printMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected