| 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 7d0c141ec5a6c49f0e7146571efe970917003de8..cd9cfbbadd9a5ed6407d2d661a73b7d36fcfa08c 100644
|
| --- a/pkg/analyzer/test/file_system/physical_resource_provider_test.dart
|
| +++ b/pkg/analyzer/test/file_system/physical_resource_provider_test.dart
|
| @@ -5,6 +5,7 @@
|
| library test.physical_file_system;
|
|
|
| import 'dart:async';
|
| +import 'dart:core' hide Resource;
|
| import 'dart:io' as io;
|
|
|
| import 'package:analyzer/file_system/file_system.dart';
|
|
|