Fix #2329: don't use invalid initializers.

This commit is contained in:
John Kessenich
2020-07-13 00:35:58 -06:00
parent 206886948a
commit 4e13c90944
6 changed files with 176 additions and 2 deletions

View File

@@ -560,6 +560,7 @@ INSTANTIATE_TEST_CASE_P(
"spv.ext.RayGenShader.rgen",
"spv.ext.RayGenShader11.rgen",
"spv.ext.RayGenShaderArray.rgen",
"spv.ext.World3x4.rahit",
})),
FileNameAsCustomTestSuffix
);