[Piglit] [RFC 19/30] all.py: remove extra newline in list.
Dylan Baker
baker.dylan.c at gmail.com
Tue Jan 27 14:58:53 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 b8d9435..1fc0847 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.2.2
More information about the Piglit
mailing list