Mesa (glsl2): glcpp: Fix expected result for the 064-version.c test.

Carl Worth cworth at kemper.freedesktop.org
Wed Aug 11 01:38:04 UTC 2010


Module: Mesa
Branch: glsl2
Commit: 4f9a64407c948a7a46d23e8d4f7caae6d0e83232
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4f9a64407c948a7a46d23e8d4f7caae6d0e83232

Author: Carl Worth <cworth at cworth.org>
Date:   Tue Aug 10 18:25:30 2010 -0700

glcpp: Fix expected result for the 064-version.c test.

Commit d4a04f315560704bf1103df0b93723e468725df7 caused this test case
to produce an additional blank line, which is otherwise harmless, but
does need to be reflected in the .expected file for the test to pass.

---

 src/glsl/glcpp/tests/064-version.c.expected |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/glsl/glcpp/tests/064-version.c.expected b/src/glsl/glcpp/tests/064-version.c.expected
index 3af7111..1c53467 100644
--- a/src/glsl/glcpp/tests/064-version.c.expected
+++ b/src/glsl/glcpp/tests/064-version.c.expected
@@ -1,3 +1,4 @@
 #version 130
 
 
+




More information about the mesa-commit mailing list