| Index: tracing/tracing/metrics/system_health/system_health_metric_test.html
|
| diff --git a/tracing/tracing/metrics/system_health/system_health_metric_test.html b/tracing/tracing/metrics/system_health/system_health_metric_test.html
|
| deleted file mode 100644
|
| index df1ad7ce21fcde3ba011e9ebc648a07d689ea613..0000000000000000000000000000000000000000
|
| --- a/tracing/tracing/metrics/system_health/system_health_metric_test.html
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<!--
|
| -Copyright (c) 2015 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.
|
| --->
|
| -
|
| -<link rel="import" href="/tracing/model/user_model/response_expectation.html">
|
| -<link rel="import"
|
| - href="/tracing/metrics/system_health/system_health_metric.html">
|
| -
|
| -<script>
|
| -'use strict';
|
| -
|
| -tr.b.unittest.testSuite(function() {
|
| - test('response', function() {
|
| - var responseIR = new tr.model.um.ResponseExpectation(
|
| - undefined, '', 0, 150);
|
| - assert.equal(1, tr.metrics.sh.SystemHealthMetric.forExpectation(
|
| - responseIR));
|
| - });
|
| -});
|
| -</script>
|
|
|