diff options
Diffstat (limited to 'content/test/gpu/gpu_tests/screenshot_sync.py')
-rw-r--r-- | content/test/gpu/gpu_tests/screenshot_sync.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/test/gpu/gpu_tests/screenshot_sync.py b/content/test/gpu/gpu_tests/screenshot_sync.py index 7f4a5e2..f482c62 100644 --- a/content/test/gpu/gpu_tests/screenshot_sync.py +++ b/content/test/gpu/gpu_tests/screenshot_sync.py @@ -48,6 +48,10 @@ class ScreenshotSyncProcess(benchmark.Benchmark): they were requested""" test = _ScreenshotSyncValidator + @classmethod + def Name(cls): + return 'screenshot_sync' + def CreateExpectations(self): return expectations.ScreenshotSyncExpectations() |