framework/replay: disable AA accounting when comparing with no tolerance
[piglit.git] / tests / glslparsertest / shaders / increment2.frag
blob8dcae483b59a16f62d349c6aa681b940c7bdf2d8
1 // [config]
2 // expect_result: fail
3 // glsl_version: 1.10
4 //
5 // [end config]
7 void main()
9     int i;
10     (i+i)++;  // i+i is not an l-value