| 22 | using spvtest::ScopedContext; |
| 23 | |
| 24 | TEST(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 | |
| 30 | using BinaryDestroySomething = spvtest::TextToBinaryTest; |
| 31 |
nothing calls this directly
no test coverage detected