diff options
author | Cedric Vivier <cedricv@neonux.com> | 2010-08-23 13:22:09 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2010-08-23 13:28:31 -0700 |
commit | 4557c70734668f7ec3680e08d408ae368a4a76a7 (patch) | |
tree | aa5b121ac953487677d900107b615fcc693add78 /tests/glslparser.tests | |
parent | e7e839e96732d2f343ff5818317408b44d14e3f0 (diff) |
function-12.vert: New test for bug #29608.
Diffstat (limited to 'tests/glslparser.tests')
-rw-r--r-- | tests/glslparser.tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/glslparser.tests b/tests/glslparser.tests index 876bd05d3..0c2a3252b 100644 --- a/tests/glslparser.tests +++ b/tests/glslparser.tests @@ -284,6 +284,7 @@ add_otherglslparsertest('glsl2/function-08.frag', 'fail') add_otherglslparsertest('glsl2/function-09.vert', 'fail') add_otherglslparsertest('glsl2/function-10.vert', 'fail') add_otherglslparsertest('glsl2/function-11.vert', 'pass') +add_otherglslparsertest('glsl2/function-12.vert', 'pass') add_otherglslparsertest('glsl2/if-01.vert', 'fail') add_otherglslparsertest('glsl2/if-02.vert', 'fail') add_otherglslparsertest('glsl2/if-03.vert', 'pass') |