Merge pull request #1113 from xorgy/preprocessor-int-min-over-negative-one

Preprocessor: Evaluate INT_MIN / -1 to 0.
This commit is contained in:
John Kessenich
2017-10-19 00:24:05 -06:00
committed by GitHub
4 changed files with 20 additions and 1 deletions

View File

@@ -78,6 +78,7 @@ INSTANTIATE_TEST_CASE_P(
"matrixError.vert",
"cppSimple.vert",
"cppIndent.vert",
"cppIntMinOverNegativeOne.frag",
"cppNest.vert",
"cppBad.vert",
"cppBad2.vert",