summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2018-06-13 09:00:21 -0700
committerDylan Baker <dylan@pnwbakers.com>2018-09-20 06:37:10 -0700
commitd855820082de4e4fd06a3b0f169f0de1464f2fc7 (patch)
tree8a5cda7aeb6d8bd75fa28e0e2a1a68e6e3890764
parent9682dfa1bbcfe4f08d4a96117ee29a45953e45e3 (diff)
framework/test: Fix whitespace
-rw-r--r--framework/test/piglit_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/test/piglit_test.py b/framework/test/piglit_test.py
index 6511e0f53..f52915d18 100644
--- a/framework/test/piglit_test.py
+++ b/framework/test/piglit_test.py
@@ -205,6 +205,7 @@ class BuiltInConstantsTest(PiglitBaseTest):
command[1] = os.path.join(ROOT_DIR, 'tests', command[1])
return command
+
class PiglitCLTest(PiglitBaseTest): # pylint: disable=too-few-public-methods
""" OpenCL specific Test class.