Commit 6e620c46 by John Kessenich

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

parent 7e3e4863
......@@ -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.
......
......@@ -40,4 +40,4 @@ void GetSpirvVersion(std::string&);
void GlslangToSpv(const glslang::TIntermediate& intermediate, std::vector<unsigned int>& spirv);
void OutputSpv(const std::vector<unsigned int>& spirv, const char* baseName);
};
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment