MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / GetErrorString

Function GetErrorString

test/val/val_extensions_test.cpp:40–42  ·  view source on GitHub ↗

Returns expected error string if |extension| is not recognized.

Source from the content-addressed store, hash-verified

38
39// Returns expected error string if |extension| is not recognized.
40std::string GetErrorString(const std::string& extension) {
41 return "Found unrecognized extension " + extension;
42}
43
44INSTANTIATE_TEST_SUITE_P(
45 ExpectSuccess, ValidateKnownExtensions,

Callers 1

TEST_PFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected