From 6e620c4674483390c13d1e96eb46ba6e42859530 Mon Sep 17 00:00:00 2001 From: John Kessenich Date: Thu, 7 Apr 2016 09:10:47 -0600 Subject: [PATCH] Nonfunctional: Remove stray ';' and fix Google Test sentence in README. --- README.md | 2 +- SPIRV/GlslangToSpv.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); -}; +}