| Index: tracing/tracing/value/value_test.html
|
| diff --git a/tracing/tracing/value/value_test.html b/tracing/tracing/value/value_test.html
|
| index 2517c98911421d46b3bfd061ba575f924354badb..f710b8cc2f307c304cc138f3fbe13f3abe6b561f 100644
|
| --- a/tracing/tracing/value/value_test.html
|
| +++ b/tracing/tracing/value/value_test.html
|
| @@ -47,7 +47,7 @@ tr.b.unittest.testSuite(function() {
|
| test('genericDiagnostic', function() {
|
| var v0 = new tr.v.NumericValue('val',
|
| tr.v.Histogram.buildFromSamples(tr.v.Unit.byName.count, [42]));
|
| - v0.diagnostics.add('foo', new tr.v.d.Generic({
|
| + v0.diagnostics.set('foo', new tr.v.d.Generic({
|
| t: true,
|
| f: false,
|
| z: 0,
|
|
|