MCPcopy Create free account
hub / github.com/KhronosGroup/glslang / SetUp

Method SetUp

gtests/SpvPatternTest.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30class SpvPatternTest : public ::testing::Test {
31protected:
32 void SetUp() override
33 {
34 // Set up any common test state.
35 }
36
37 void TearDown() override
38 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected