Chromium Code Reviews| Index: tests/html/isolates_test.dart |
| diff --git a/tests/html/isolates_test.dart b/tests/html/isolates_test.dart |
| index fe35c20904e1bd5535f5e119fb8227056f0b4d77..f0da5f0ed517abd43ce53f207d586196746f645d 100644 |
| --- a/tests/html/isolates_test.dart |
| +++ b/tests/html/isolates_test.dart |
| @@ -1,6 +1,7 @@ |
| library IsolatesTest; |
| import '../../pkg/unittest/lib/unittest.dart'; |
| import '../../pkg/unittest/lib/html_config.dart'; |
| +import 'dart:async'; |
| import 'dart:html'; |
| import 'dart:convert'; |
| import 'dart:isolate' as isolate; |