Move the spv.debugInfo.frag test back into runtests

This commit is contained in:
Arcady Goldmints-Orlov 2024-06-14 18:17:21 -04:00 committed by arcady-lunarg
parent d8f5681ec0
commit 19efb4ec60
4 changed files with 440 additions and 8 deletions

View file

@ -935,7 +935,6 @@ INSTANTIATE_TEST_SUITE_P(
Glsl, GlslSpirvDebugInfoTest,
::testing::ValuesIn(std::vector<std::string>({
"spv.pp.line.frag",
"spv.debugInfo.frag",
})),
FileNameAsCustomTestSuffix
);