Chromium Code Reviews| Index: utils/tests/pub/test_pub.dart |
| diff --git a/utils/tests/pub/test_pub.dart b/utils/tests/pub/test_pub.dart |
| index e2dc335fdd87f2a84a07b1a2469a31c620070ad1..f239de3d01762d51614439bc1f823d981189fbc1 100644 |
| --- a/utils/tests/pub/test_pub.dart |
| +++ b/utils/tests/pub/test_pub.dart |
| @@ -10,7 +10,7 @@ library test_pub; |
| import 'dart:async'; |
| import 'dart:collection' show Queue; |
| -import 'dart:io'; |
| +import 'dart:io' hide sleep; |
| import 'dart:json' as json; |
| import 'dart:math'; |
| import 'dart:uri'; |