diff options
author | Carl Worth <cworth@cworth.org> | 2010-08-17 22:23:43 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2010-08-17 22:23:43 -0700 |
commit | ce5d0a296c984a9b746f0b248f4cb10ed78bc647 (patch) | |
tree | 9c4bf8e41f7bdfd169db2c7cfc81f266694134f8 | |
parent | b9892f22d18400db2f20f20b05c301248209bf48 (diff) |
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.
-rw-r--r-- | 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 1c534672705d..3af71113c8ca 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 - |