MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / passedString

Function passedString

tests/catch.hpp:12810–12810  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12808#ifdef CATCH_PLATFORM_MAC
12809 const char* failedString() { return "FAILED"; }
12810 const char* passedString() { return "PASSED"; }
12811#else
12812 const char* failedString() { return "failed"; }
12813 const char* passedString() { return "passed"; }

Callers 1

printMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected