| Index: content/test/gpu/gpu_tests/gpu_test_expectations.py
|
| diff --git a/content/test/gpu/gpu_tests/gpu_test_expectations.py b/content/test/gpu/gpu_tests/gpu_test_expectations.py
|
| index dd4a2385e11dd0fac5854e72b05a378819c05c88..0ada4a65eda947f25af5cc4ad39b8f43127fc16b 100644
|
| --- a/content/test/gpu/gpu_tests/gpu_test_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/gpu_test_expectations.py
|
| @@ -58,9 +58,6 @@
|
|
|
|
|
| class GpuTestExpectations(test_expectations.TestExpectations):
|
| - def __init__(self, url_prefixes=None):
|
| - super(GpuTestExpectations, self).__init__(url_prefixes=url_prefixes)
|
| -
|
| def CreateExpectation(self, expectation, pattern, conditions=None,
|
| bug=None):
|
| return GpuExpectation(expectation, pattern, conditions, bug)
|
|
|