[Piglit] [PATCH] gen_tes_input_tests.py: fix a typo error
Samuel Pitoiset
samuel.pitoiset at gmail.com
Mon Jun 27 22:34:51 UTC 2016
Humble ping for this trivial patch.
Can someone push this for me? I don't have commit rights for this
repository.
On 06/15/2016 12:24 AM, Samuel Pitoiset wrote:
> Probably a wrong copy-paste. Trivial.
>
> Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
> ---
> generated_tests/gen_tes_input_tests.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/generated_tests/gen_tes_input_tests.py b/generated_tests/gen_tes_input_tests.py
> index d443f7f..faf0f0d 100644
> --- a/generated_tests/gen_tes_input_tests.py
> +++ b/generated_tests/gen_tes_input_tests.py
> @@ -212,7 +212,7 @@ class Test(object):
> test = textwrap.dedent("""\
> # Test generated by:
> # {generator_command}
> - # Test tessellation control shader inputs
> + # Test tessellation evaluation shader inputs
> [require]
> GLSL >= 1.50
> GL_ARB_tessellation_shader
>
More information about the Piglit
mailing list