Nonfunctional: Remove stray ';' and fix Google Test sentence in README.

This commit is contained in:
John Kessenich 2016-04-07 09:10:47 -06:00
parent 7e3e486344
commit 6e620c4674
2 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@ Testing
------- -------
Test results should always be included with a pull request that modifies 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, [Google Test](https://github.com/google/googletest) framework,
please write your new tests using Google Test. please write your new tests using Google Test.

View File

@ -40,4 +40,4 @@ void GetSpirvVersion(std::string&);
void GlslangToSpv(const glslang::TIntermediate& intermediate, std::vector<unsigned int>& spirv); void GlslangToSpv(const glslang::TIntermediate& intermediate, std::vector<unsigned int>& spirv);
void OutputSpv(const std::vector<unsigned int>& spirv, const char* baseName); void OutputSpv(const std::vector<unsigned int>& spirv, const char* baseName);
}; }