fix the spelling in whole piglit
[piglit.git] / tests / glslparsertest / glsl2 / parameters-08.vert
blob8aa6a6ab1f7890d059af50d65249795f79f62f2a
1 // [config]
2 // expect_result: fail
3 // glsl_version: 1.10
4 //
5 // [end config]
7 /* FAIL - size must be specified for formal parameter arrays
8  */
9 float a(float x[], int y)
11   return x[y];