diff options
Diffstat (limited to 'tests/glslparsertest/glsl2/sampler-02.frag')
-rw-r--r-- | tests/glslparsertest/glsl2/sampler-02.frag | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/glslparsertest/glsl2/sampler-02.frag b/tests/glslparsertest/glsl2/sampler-02.frag index 812f35698..62c03e507 100644 --- a/tests/glslparsertest/glsl2/sampler-02.frag +++ b/tests/glslparsertest/glsl2/sampler-02.frag @@ -1,3 +1,12 @@ +// [config] +// expect_result: fail +// glsl_version: 1.10 +// +// # NOTE: Config section was auto-generated from file +// # NOTE: 'glslparser.tests' at git revision +// # NOTE: 6cc17ae70b70d150aa1751f8e28db7b2a9bd50f0 +// [end config] + /* FAIL * * From page 17 (page 23 of the PDF) of the GLSL 1.20 spec: |