| 47 | namespace { |
| 48 | |
| 49 | struct IoMapData { |
| 50 | std::vector<std::string> fileNames; |
| 51 | Semantics semantics; |
| 52 | }; |
| 53 | |
| 54 | using GlslMapIOTest = GlslangTest <::testing::TestWithParam<IoMapData>>; |
| 55 |
nothing calls this directly
no outgoing calls
no test coverage detected