summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2015-09-23 17:17:02 -0600
committerBrian Paul <brianp@vmware.com>2015-09-23 17:41:47 -0600
commit2c68556b09c5f73f32b0299235432c47bf7846c8 (patch)
tree4514d1807ed846bd23e350843263928071285031
parent23e909cf605b28bda6a433c19a80dd2688ac54b3 (diff)
all.py: s/occlusion_query_conformance/occlusion_query_conform/
Missed this change when committing "Port arb occlusion query conformance tests from Glean to Piglit". Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
-rw-r--r--tests/all.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/all.py b/tests/all.py
index 08edebb10..02d8c0b73 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -2121,7 +2121,7 @@ with profile.group_manager(
PiglitGLTest,
grouptools.join('spec', 'ARB_occlusion_query')) as g:
g(['occlusion_query'])
- g(['occlusion_query_conformance'])
+ g(['occlusion_query_conform'])
g(['occlusion_query_lifetime'])
g(['occlusion_query_meta_fragments'])
g(['occlusion_query_meta_no_fragments'])