| Index: pkg/analysis_server/test/physical_resource_provider_test.dart
|
| diff --git a/pkg/analysis_server/test/physical_resource_provider_test.dart b/pkg/analysis_server/test/physical_resource_provider_test.dart
|
| index 00f6ca7e39529f4347f4935d666e9db872aa32e1..f2af810a7b48daf3deccc73854daec8b31b764a8 100644
|
| --- a/pkg/analysis_server/test/physical_resource_provider_test.dart
|
| +++ b/pkg/analysis_server/test/physical_resource_provider_test.dart
|
| @@ -7,10 +7,7 @@ library test.physical.resource.provider;
|
| import 'dart:async';
|
| import 'dart:io' as io;
|
|
|
| -import 'mocks.dart';
|
| -
|
| import 'package:analysis_server/src/resource.dart';
|
| -import 'package:analyzer/src/generated/engine.dart' show TimestampedData;
|
| import 'package:analyzer/src/generated/source_io.dart';
|
| import 'package:path/path.dart';
|
| import 'package:unittest/unittest.dart';
|
|
|