framework/replay: disable AA accounting when comparing with no tolerance
[piglit.git] / tests / spec / amd_shader_stencil_export / arb-undefined.frag
blob898c7d6ad18b801c7a45120b9b2409278c6bbd9f
1 // [config]
2 // expect_result: fail
3 // glsl_version: 1.20
4 // [end config]
5 //
7 #version 120
9 #extension GL_AMD_shader_stencil_export: require
10 void main() { gl_FragStencilRefARB = 0; }