Mesa (master): glsl/glcpp: Rename one test to avoid a duplicate test number

Ian Romanick idr at kemper.freedesktop.org
Thu Aug 7 23:08:47 UTC 2014


Module: Mesa
Branch: master
Commit: f28a105868d2c1913746de3875dda000c14069fb
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f28a105868d2c1913746de3875dda000c14069fb

Author: Carl Worth <cworth at cworth.org>
Date:   Mon Jul 28 12:26:06 2014 -0700

glsl/glcpp: Rename one test to avoid a duplicate test number

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 at intel.com>

---

 src/glsl/glcpp/tests/{118-multiple-else.c => 143-multiple-else.c}      |    0
 .../{118-multiple-else.c.expected => 143-multiple-else.c.expected}     |    0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/src/glsl/glcpp/tests/118-multiple-else.c b/src/glsl/glcpp/tests/143-multiple-else.c
similarity index 100%
rename from src/glsl/glcpp/tests/118-multiple-else.c
rename to src/glsl/glcpp/tests/143-multiple-else.c
diff --git a/src/glsl/glcpp/tests/118-multiple-else.c.expected b/src/glsl/glcpp/tests/143-multiple-else.c.expected
similarity index 100%
rename from src/glsl/glcpp/tests/118-multiple-else.c.expected
rename to src/glsl/glcpp/tests/143-multiple-else.c.expected




More information about the mesa-commit mailing list