| Index: tracing/tracing/model/slice_group_test.html
|
| diff --git a/tracing/tracing/model/slice_group_test.html b/tracing/tracing/model/slice_group_test.html
|
| index d6f8fa6052ebe52f52b08e3ea83a1a783173f18b..66a18bfcb6c05af56b52b198de33df19b9e17e48 100644
|
| --- a/tracing/tracing/model/slice_group_test.html
|
| +++ b/tracing/tracing/model/slice_group_test.html
|
| @@ -758,8 +758,9 @@ tr.b.unittest.testSuite(function() {
|
| for (var i = 0; i < 10; i++) {
|
| var slice = newSliceEx({title: 'a', start: i, duration: 1});
|
| group.pushSlice(slice);
|
| - if (4 <= i && i <= 7)
|
| + if (4 <= i && i <= 7) {
|
| expected.push(slice);
|
| + }
|
| }
|
| group.createSubSlices();
|
|
|
|
|