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

Function TEST

test/binary_destroy_test.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22using spvtest::ScopedContext;
23
24TEST(BinaryDestroy, Null) {
25 // There is no state or return value to check. Just check
26 // for the ability to call the API without abnormal termination.
27 spvBinaryDestroy(nullptr);
28}
29
30using BinaryDestroySomething = spvtest::TextToBinaryTest;
31

Callers

nothing calls this directly

Calls 1

spvBinaryDestroyFunction · 0.85

Tested by

no test coverage detected