| Index: tracing/tracing/model/clock_sync_manager_test.html
|
| diff --git a/tracing/tracing/model/clock_sync_manager_test.html b/tracing/tracing/model/clock_sync_manager_test.html
|
| index f8826420517077fcf0bde701d30eaa8da6a5cf3f..37ea5d323c037294ba76d22c925aa0d597a2f04b 100644
|
| --- a/tracing/tracing/model/clock_sync_manager_test.html
|
| +++ b/tracing/tracing/model/clock_sync_manager_test.html
|
| @@ -90,8 +90,8 @@ tr.b.unittest.testSuite(function() {
|
|
|
| assert.throws(function() {
|
| mgr.getModelTimeTransformer(ClockDomainId.DOMAIN_2);
|
| - }, 'No clock sync markers exist pairing clock domain "DOMAIN2" with model' +
|
| - ' clock domain "DOMAIN1".');
|
| + }, 'No clock sync markers exist pairing clock domain "DOMAIN2" with' +
|
| + ' target clock domain "DOMAIN1".');
|
| }, testOptions);
|
|
|
| test('getModelTimeTransformer_noMarkersChromeLegacyFirst', function() {
|
|
|