| Index: tests/compiler/dart2js/backend_dart/dart_backend_test.dart
|
| diff --git a/tests/compiler/dart2js/backend_dart/dart_backend_test.dart b/tests/compiler/dart2js/backend_dart/dart_backend_test.dart
|
| index 7392142e3d961a12c121a766d7dd14b77f48887d..dbe4068ee8f17566251ced99180c9b158a161786 100644
|
| --- a/tests/compiler/dart2js/backend_dart/dart_backend_test.dart
|
| +++ b/tests/compiler/dart2js/backend_dart/dart_backend_test.dart
|
| @@ -8,10 +8,10 @@ import "package:async_helper/async_helper.dart";
|
| import '../mock_compiler.dart';
|
| import '../mock_libraries.dart';
|
| import 'package:compiler/compiler.dart';
|
| -import 'package:compiler/src/dart2jslib.dart' as leg;
|
| -import 'package:compiler/src/dart_backend/dart_backend.dart';
|
| -import 'package:compiler/src/elements/elements.dart';
|
| -import 'package:compiler/src/tree/tree.dart';
|
| +import 'package:compiler/implementation/dart2jslib.dart' as leg;
|
| +import 'package:compiler/implementation/dart_backend/dart_backend.dart';
|
| +import 'package:compiler/implementation/elements/elements.dart';
|
| +import 'package:compiler/implementation/tree/tree.dart';
|
|
|
| const ioLib = r'''
|
| library io;
|
|
|