framework/replay: disable AA accounting when comparing with no tolerance
[piglit.git] / tests / glslparsertest / shaders / parser8.frag
blob9707a76ac359ca1ed21f1414c59fc7ac4602924f
1 // [config]
2 // expect_result: fail
3 // glsl_version: 1.10
4 //
5 // [end config]
7 void main()
9     vec2 v2;
10     vec3 v3;
11     bool b = v2 == v3; // equal operator cannot operator on vectors of different sizes