diff --git a/README.md b/README.md index 56bdeec9..d669e50d 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ Testing ------- Test results should always be included with a pull request that modifies -functionality. And since glslang is adding the ability to test with +functionality. And since glslang added the ability to test with [Google Test](https://github.com/google/googletest) framework, please write your new tests using Google Test. diff --git a/SPIRV/GlslangToSpv.h b/SPIRV/GlslangToSpv.h index d8a18893..ea753404 100644 --- a/SPIRV/GlslangToSpv.h +++ b/SPIRV/GlslangToSpv.h @@ -40,4 +40,4 @@ void GetSpirvVersion(std::string&); void GlslangToSpv(const glslang::TIntermediate& intermediate, std::vector& spirv); void OutputSpv(const std::vector& spirv, const char* baseName); -}; +}