| 73 | } |
| 74 | |
| 75 | void TearDown() override { |
| 76 | spvBinaryDestroy(binary); |
| 77 | binary = nullptr; |
| 78 | } |
| 79 | |
| 80 | // Compiles the given assembly text, and saves it into 'binary'. |
| 81 | void CompileSuccessfully(std::string text) { |
nothing calls this directly
no test coverage detected