| Index: tracing/tracing/value/ui/related_value_set_span_test.html
|
| diff --git a/tracing/tracing/value/ui/related_value_set_span_test.html b/tracing/tracing/value/ui/related_value_set_span_test.html
|
| index 222dee57af6f6f20815b3d863c47bdab9d79d460..e7813b289e1817fd847d5fb364d1358fcd8cedaf 100644
|
| --- a/tracing/tracing/value/ui/related_value_set_span_test.html
|
| +++ b/tracing/tracing/value/ui/related_value_set_span_test.html
|
| @@ -5,7 +5,6 @@ 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/value/diagnostics/composition.html">
|
| <link rel="import" href="/tracing/value/diagnostics/related_value_set.html">
|
| <link rel="import" href="/tracing/value/ui/diagnostic_span.html">
|
| <link rel="import" href="/tracing/value/value.html">
|
| @@ -22,14 +21,5 @@ tr.b.unittest.testSuite(function() {
|
| assert.strictEqual('TR-V-UI-RELATED-VALUE-SET-SPAN', span.tagName);
|
| this.addHTMLOutput(span);
|
| });
|
| -
|
| - test('instantiate_Composition', function() {
|
| - var aValue = new tr.v.SkipValue('a');
|
| - var bValue = new tr.v.SkipValue('b');
|
| - var diagnostic = new tr.v.d.Composition([aValue, bValue]);
|
| - var span = tr.v.ui.createDiagnosticSpan(diagnostic);
|
| - assert.strictEqual('TR-V-UI-RELATED-VALUE-SET-SPAN', span.tagName);
|
| - this.addHTMLOutput(span);
|
| - });
|
| });
|
| </script>
|
|
|