Fix several comments in GTest fixture.
This commit is contained in:
parent
9af54c3337
commit
fc697cc938
2 changed files with 7 additions and 10 deletions
|
|
@ -59,7 +59,7 @@ std::string FileNameAsCustomTestSuffix(
|
|||
using HlslCompileTest = GlslangTest<::testing::TestWithParam<FileNameEntryPointPair>>;
|
||||
|
||||
// Compiling HLSL to SPIR-V under Vulkan semantics. Expected to successfully
|
||||
// generate SPIR-V.
|
||||
// generate both AST and SPIR-V.
|
||||
TEST_P(HlslCompileTest, FromFile)
|
||||
{
|
||||
loadFileCompileAndCheck(GLSLANG_TEST_DIRECTORY, GetParam().fileName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue