Build: Fix build issues with previous commit.

This commit is contained in:
John Kessenich
2018-03-06 14:20:16 -07:00
parent 2c65069ecd
commit 663b90d908
9 changed files with 0 additions and 10 deletions

View File

@@ -362,7 +362,6 @@ INSTANTIATE_TEST_CASE_P(
{"hlsl.typedef.frag", "PixelShaderFunction"},
{"hlsl.whileLoop.frag", "PixelShaderFunction"},
{"hlsl.void.frag", "PixelShaderFunction"},
#ifndef ENABLE_OPT
{"hlsl.aliasOpaque.frag", "main"},
{"hlsl.flattenOpaque.frag", "main"},
{"hlsl.flattenOpaqueInit.vert", "main"},
@@ -371,7 +370,6 @@ INSTANTIATE_TEST_CASE_P(
{"hlsl.flattenSubset2.frag", "main"},
{"hlsl.partialFlattenLocal.vert", "main"},
{"hlsl.samplecmp.dualmode.frag", "main"},
#endif
}),
FileNameAsCustomTestSuffix
);