SPV: Remove accidental inclusion of a test.

This commit is contained in:
John Kessenich 2015-10-15 13:55:18 -06:00
parent 7c1aa1026e
commit fa540d1414
2 changed files with 1 additions and 3 deletions

View File

@ -83,5 +83,3 @@ spv.atomic.comp
spv.AofA.frag
spv.queryL.frag
spv.shortCircuit.frag
# GLSL-level semantics
vulkan.frag

View File

@ -2,5 +2,5 @@
// For the version, it uses the latest git tag followed by the number of commits.
// For the date, it uses the current date (when then script is run).
#define GLSLANG_REVISION "3.0.789"
#define GLSLANG_REVISION "3.0.790"
#define GLSLANG_DATE "15-Oct-2015"