diff options
Diffstat (limited to 'framework')
-rw-r--r-- | framework/test/piglit_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/test/piglit_test.py b/framework/test/piglit_test.py index c80e355d1..83398bf6a 100644 --- a/framework/test/piglit_test.py +++ b/framework/test/piglit_test.py @@ -248,7 +248,7 @@ class VkRunnerTest(PiglitBaseTest): @PiglitBaseTest.command.getter def command(self): - # This is overriden because we don’t want PiglitBaseTest to + # This is overriden because we don't want PiglitBaseTest to # prepend TEST_BIN_DIR so that it will look for vkrunner in # the search path. return self._command |