OSDN Git Service

glsl/glcpp: Rename one test to avoid a duplicate test number
authorCarl Worth <cworth@cworth.org>
Mon, 28 Jul 2014 19:26:06 +0000 (12:26 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 7 Aug 2014 23:08:29 +0000 (16:08 -0700)
With two tests both numbered 118, there was a confusing off-by-two difference
between the last test number and the total number of tests (as reported by
glcpp-test).

With this rename, there's only an off-by-one difference left, (which is easy
to understand given the zero-based test numbering).

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/glsl/glcpp/tests/143-multiple-else.c [moved from src/glsl/glcpp/tests/118-multiple-else.c with 100% similarity]
src/glsl/glcpp/tests/143-multiple-else.c.expected [moved from src/glsl/glcpp/tests/118-multiple-else.c.expected with 100% similarity]