| Index: tests/compiler/dart2js/analyze_dart2js_helpers_test.dart
|
| diff --git a/tests/compiler/dart2js/analyze_dart2js_helpers_test.dart b/tests/compiler/dart2js/analyze_dart2js_helpers_test.dart
|
| index c5cd57eefa1d2bd6dde7386da2d9673fda916f8b..427a55f1a679f211b5e89fa021f245700438fad5 100644
|
| --- a/tests/compiler/dart2js/analyze_dart2js_helpers_test.dart
|
| +++ b/tests/compiler/dart2js/analyze_dart2js_helpers_test.dart
|
| @@ -12,7 +12,7 @@ import 'package:compiler/src/apiimpl.dart' show CompilerImpl;
|
| import 'package:compiler/src/commandline_options.dart';
|
| import 'package:compiler/src/constants/expressions.dart'
|
| show ConstructedConstantExpression;
|
| -import 'package:compiler/src/dart_types.dart' show InterfaceType;
|
| +import 'package:compiler/src/elements/resolution_types.dart' show InterfaceType;
|
| import 'package:compiler/src/diagnostics/source_span.dart' show SourceSpan;
|
| import 'package:compiler/src/elements/elements.dart';
|
| import 'package:compiler/src/filenames.dart' show nativeToUriPath;
|
|
|