Fix several comments in GTest fixture.

This commit is contained in:
Lei Zhang 2016-05-17 16:43:05 -04:00
parent 9af54c3337
commit fc697cc938
2 changed files with 7 additions and 10 deletions

View file

@ -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,