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

Function passedString

test/expected/catch.hpp:15511–15511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15509#ifdef CATCH_PLATFORM_MAC
15510 const char* failedString() { return "FAILED"; }
15511 const char* passedString() { return "PASSED"; }
15512#else
15513 const char* failedString() { return "failed"; }
15514 const char* passedString() { return "passed"; }

Callers 1

printMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected