Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ failedString
Function
failedString
unittests/catch.hpp:11287–11287 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11285
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"
; }
Callers
1
print
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected