| Index: test/data/input/trim_indentation_space2_test.html
|
| diff --git a/test/data/input/trim_indentation_space2_test.html b/test/data/input/trim_indentation_space2_test.html
|
| index 7709b706fbe3365a968b7c8afbfed9eb7794fb90..2740a17b8a11426af066257dd45d530b531ae1f0 100644
|
| --- a/test/data/input/trim_indentation_space2_test.html
|
| +++ b/test/data/input/trim_indentation_space2_test.html
|
| @@ -40,6 +40,7 @@ BSD-style license that can be found in the LICENSE file.
|
| </template>
|
| </div>
|
| <script type="application/dart">
|
| + import 'dart:async';
|
| import 'dart:html';
|
| import 'package:unittest/unittest.dart';
|
| var list1 = ['a', 'b', 'c'];
|
| @@ -47,7 +48,7 @@ BSD-style license that can be found in the LICENSE file.
|
| var list3 = ['-', '-'];
|
|
|
| main() {
|
| - window.setImmediate(() {
|
| + Timer.run(() {
|
| var t1 = query('#t1').text;
|
| var t2 = query('#t2').text;
|
| var t3 = query('#t3').text;
|
|
|