| Index: scripts/slave/gtest/test_result.py
|
| diff --git a/scripts/slave/gtest/test_result.py b/scripts/slave/gtest/test_result.py
|
| index f27b7d2c236f09e6b6c2a8df23f17a30c53f171c..2e90a21071999cc21ce047aa861d59a664992039 100644
|
| --- a/scripts/slave/gtest/test_result.py
|
| +++ b/scripts/slave/gtest/test_result.py
|
| @@ -1,4 +1,4 @@
|
| -# Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +# Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| @@ -26,7 +26,7 @@ class TestResult(object):
|
| pass
|
|
|
| if not_run:
|
| - self.modifier = self.DISABLED
|
| + self.modifier = self.DISABLED
|
| elif test_name.startswith('FAILS_'):
|
| self.modifier = self.FAILS
|
| elif test_name.startswith('FLAKY_'):
|
|
|