[Piglit] [PATCH 01/21] all.py: remove extra newline in list.
Dylan Baker
baker.dylan.c at gmail.com
Tue Feb 24 17:34:33 PST 2015
Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
tests/all.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tests/all.py b/tests/all.py
index 40f38cf..a7148f3 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -163,8 +163,7 @@ glean['texUnits'] = GleanTest('texUnits')
glean['vertArrayBGRA'] = GleanTest('vertArrayBGRA')
glean['vertattrib'] = GleanTest('vertattrib')
-glean_glsl_tests = [
- 'Primary plus secondary color',
+glean_glsl_tests = ['Primary plus secondary color',
'Global vars and initializers',
'Global vars and initializers (2)',
'Swizzle',
--
2.3.0
More information about the Piglit
mailing list