MCPcopy Create free account
hub / github.com/RenderKit/oidn / passedString

Function passedString

external/catch.hpp:15828–15828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15826#ifdef CATCH_PLATFORM_MAC
15827 const char* failedString() { return "FAILED"; }
15828 const char* passedString() { return "PASSED"; }
15829#else
15830 const char* failedString() { return "failed"; }
15831 const char* passedString() { return "passed"; }

Callers 1

printMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected