| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/testharness_results.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/testharness_results.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/testharness_results.py
|
| index 3d45fb8751b7405c7eb0a287bb51622c4990e8e1..33401dfb6270c30ebb24eab886d9252a090c5764 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/testharness_results.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/testharness_results.py
|
| @@ -1,10 +1,8 @@
|
| # Copyright 2014 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.
|
| -
|
| """Utility module for testharness."""
|
|
|
| -
|
| # const definitions
|
| TESTHARNESSREPORT_HEADER = 'This is a testharness.js-based test.'
|
| TESTHARNESSREPORT_FOOTER = 'Harness: the test ran to completion.'
|
|
|