glx: don't fail test if the X server is inconsistent
[piglit.git] / tests / spec / glsl-1.10 / compiler / arithmetic-on-non-existing-variable.vert
blobe46b88ec00d68f70ad8dbe63421b7324c8a8741e
1 // [config]
2 // expect_result: fail
3 // glsl_version: 1.10
4 // [end config]
5 //
7 void main()
9     int i;
10     for (i = 0; i < 10; i += j);