test: remove FEATURE_GL requirement for sub_texture test
test-cogl-sub-texture was fixed to now run on GLES2 since commit
5928cade0b
so this removes the TEST_REQUIREMENT_GL flag for this test
so it doesn't get flagged as an unexpected pass.
This commit is contained in:
parent
bd8f0a5673
commit
13ba312d3a
@ -73,7 +73,7 @@ main (int argc, char **argv)
|
||||
UNPORTED_TEST (test_cogl_npot_texture);
|
||||
UNPORTED_TEST (test_cogl_multitexture);
|
||||
UNPORTED_TEST (test_cogl_texture_mipmaps);
|
||||
ADD_TEST (test_cogl_sub_texture, TEST_REQUIREMENT_GL);
|
||||
ADD_TEST (test_cogl_sub_texture, 0);
|
||||
ADD_TEST (test_cogl_pixel_buffer, 0);
|
||||
UNPORTED_TEST (test_cogl_texture_rectangle);
|
||||
ADD_TEST (test_cogl_texture_3d, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user