| Index: tools/telemetry/telemetry/benchmark.py
|
| diff --git a/tools/telemetry/telemetry/benchmark.py b/tools/telemetry/telemetry/benchmark.py
|
| index 5f3c75d596a1489adc90bde12cdf6870ebaca218..226e2610bba066d4d1f2678b1914eca8088b371f 100644
|
| --- a/tools/telemetry/telemetry/benchmark.py
|
| +++ b/tools/telemetry/telemetry/benchmark.py
|
| @@ -191,10 +191,7 @@ class Benchmark(command_line.Command):
|
| By default, it will create an empty expectations set. Override to generate
|
| custom expectations.
|
| """
|
| - if hasattr(cls, 'expectations'):
|
| - return cls.expectations
|
| - else:
|
| - return test_expectations.TestExpectations()
|
| + return test_expectations.TestExpectations()
|
|
|
|
|
| def AddCommandLineArgs(parser):
|
|
|