summaryrefslogtreecommitdiff
path: root/framework/glsl_parser_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'framework/glsl_parser_test.py')
-rwxr-xr-xframework/glsl_parser_test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/glsl_parser_test.py b/framework/glsl_parser_test.py
index d5fdd5ea..3ecdf4cb 100755
--- a/framework/glsl_parser_test.py
+++ b/framework/glsl_parser_test.py
@@ -185,11 +185,11 @@ class GLSLParserTest(PlainExecTest):
'require_extensions' : '',
}
- def __init__(self, filepath):
+ def __init__(self, filepath, poolName='gpu-not-used'):
"""
:filepath: Must end in one '.vert', '.geom', or '.frag'.
"""
- Test.__init__(self)
+ Test.__init__(self, poolName)
self.__config = None
self.__command = None
self.__filepath = filepath