diff options
author | Carl Worth <cworth@cworth.org> | 2010-08-10 18:25:30 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2010-08-10 18:25:30 -0700 |
commit | 4f9a64407c948a7a46d23e8d4f7caae6d0e83232 (patch) | |
tree | d193063e1d82d53220b0749388d5d4d344666deb /src/glsl/glcpp | |
parent | e29cd391253230611a26ca58849a1169045dd795 (diff) |
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.
Diffstat (limited to 'src/glsl/glcpp')
-rw-r--r-- | 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 3af71113c8..1c53467270 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 + |