| Index: pkg/analyzer/test/file_system/physical_resource_provider_test.dart
|
| diff --git a/pkg/analyzer/test/file_system/physical_resource_provider_test.dart b/pkg/analyzer/test/file_system/physical_resource_provider_test.dart
|
| index 42b8111132eb7f51082d715b7d76590d9661a68c..6be1f2b77ecd380cbcc8d2c9dddbd736b07cf28d 100644
|
| --- a/pkg/analyzer/test/file_system/physical_resource_provider_test.dart
|
| +++ b/pkg/analyzer/test/file_system/physical_resource_provider_test.dart
|
| @@ -5,7 +5,7 @@
|
| library analyzer.test.file_system.physical_resource_provider_test;
|
|
|
| import 'dart:async';
|
| -import 'dart:core' hide Resource;
|
| +import 'dart:core';
|
| import 'dart:io' as io;
|
|
|
| import 'package:analyzer/file_system/file_system.dart';
|
|
|