Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Unified Diff: tracing/tracing/value/ui/scalar_span_test.html

Issue 2334233003: Merge NumericValue into Histogram (Closed)
Patch Set: fix rail_power_metric Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tracing/tracing/value/ui/scalar_span.html ('k') | tracing/tracing/value/ui/value_set_table.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/value/ui/scalar_span_test.html
diff --git a/tracing/tracing/value/ui/scalar_span_test.html b/tracing/tracing/value/ui/scalar_span_test.html
index d27a865ca770e28df587982226068910d8fb9e5c..d17282aadf82b42c0877d32e3d5ab7dc1c3bd8bd 100644
--- a/tracing/tracing/value/ui/scalar_span_test.html
+++ b/tracing/tracing/value/ui/scalar_span_test.html
@@ -509,10 +509,6 @@ tr.b.unittest.testSuite(function() {
test('emptyNumeric', function() {
assert.strictEqual(tr.v.ui.createScalarSpan(), '');
-
- var value = new tr.v.NumericValue(
- 'foo', new tr.v.Histogram(tr.b.Unit.byName.count));
- assert.strictEqual(tr.v.ui.createScalarSpan(value), '');
});
test('contextControllerChanges', function() {
« no previous file with comments | « tracing/tracing/value/ui/scalar_span.html ('k') | tracing/tracing/value/ui/value_set_table.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698