summaryrefslogtreecommitdiff
path: root/tests/conform/test-conform-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/conform/test-conform-main.c')
-rw-r--r--tests/conform/test-conform-main.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/conform/test-conform-main.c b/tests/conform/test-conform-main.c
index 162911d1..9b6573d9 100644
--- a/tests/conform/test-conform-main.c
+++ b/tests/conform/test-conform-main.c
@@ -76,9 +76,7 @@ main (int argc, char **argv)
ADD_TEST (test_pixel_buffer_set_data, 0, 0);
ADD_TEST (test_pixel_buffer_sub_region, 0, 0);
UNPORTED_TEST (test_texture_rectangle);
- ADD_TEST (test_texture_3d,
- TEST_REQUIREMENT_GL | TEST_REQUIREMENT_TEXTURE_3D,
- 0);
+ ADD_TEST (test_texture_3d, TEST_REQUIREMENT_TEXTURE_3D, 0);
ADD_TEST (test_wrap_modes, 0, 0);
UNPORTED_TEST (test_texture_pixmap_x11);
ADD_TEST (test_texture_get_set_data, 0, 0);