Mesa (master): glcpp: Fix 064-version. c expected result to track recent change.

Carl Worth cworth at kemper.freedesktop.org
Wed Aug 18 05:25:17 UTC 2010


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

Author: Carl Worth <cworth at cworth.org>
Date:   Tue Aug 17 22:23:43 2010 -0700

glcpp: Fix 064-version.c expected result to track recent change.

In commit 6be3a8b70af4ba4fa4d037d54ecf6d5f055edbc9, the #version directive
was fixed to stop generating a spurious newline. Here we simply update
the expected result for the single test which includes a #version directive.

---

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

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




More information about the mesa-commit mailing list