diff options
author | Dylan Baker <baker.dylan.c@gmail.com> | 2015-03-05 15:57:22 -0800 |
---|---|---|
committer | Dylan Baker <baker.dylan.c@gmail.com> | 2015-03-06 10:45:50 -0800 |
commit | f203371f2f01d897b1e81e68ea2e474b547ec3c5 (patch) | |
tree | 969715b8cdc03befe8ea337017ae5c3a4ca2cbaa | |
parent | 44bd6b473c8c21c6b86b3d3dd6afabebc68885f4 (diff) |
tests/all.py: Fix typo that switched arb with ext
This fixes several tests on platforms that support
arb_transform_feedback3.
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Mark Janes <mark.a.janes@intel.com>
-rw-r--r-- | tests/all.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/all.py b/tests/all.py index dc73c7765..42fc82685 100644 --- a/tests/all.py +++ b/tests/all.py @@ -3316,7 +3316,7 @@ with profile.group_manager( 'draw-auto instanced', run_concurrent=False) with profile.group_manager( - PiglitGLTest, grouptools.join('spec', 'ext_transform_feedback3')) as g: + PiglitGLTest, grouptools.join('spec', 'arb_transform_feedback3')) as g: g(['arb_transform_feedback3-bind_buffer_invalid_index'], 'arb_transform_feedback3-bind_buffer_invalid_index', run_concurrent=False) g(['arb_transform_feedback3-query_with_invalid_index'], |