Index: sdk/lib/_internal/pub/test/io_test.dart |
diff --git a/sdk/lib/_internal/pub/test/io_test.dart b/sdk/lib/_internal/pub/test/io_test.dart |
index c4f515139d598ddf707b3c44826f0bee6e8d28c7..bc8d708afb0a0e8ec4c592e21cafd3e96639119c 100644 |
--- a/sdk/lib/_internal/pub/test/io_test.dart |
+++ b/sdk/lib/_internal/pub/test/io_test.dart |
@@ -4,7 +4,7 @@ |
library io_test; |
-import 'dart:async' hide TimeoutException; |
+import 'dart:async'; |
import 'dart:io'; |
import 'package:path/path.dart' as path; |