| Index: tests/compiler/dart2js/deferred_inline_restrictions_test.dart
|
| diff --git a/tests/compiler/dart2js/deferred_inline_restrictions_test.dart b/tests/compiler/dart2js/deferred_inline_restrictions_test.dart
|
| index a7505876b2e238e6707f68d478694d0164d0a5c2..14d0a7bce15a00cfda590ef836ae6f3aaf33cb2e 100644
|
| --- a/tests/compiler/dart2js/deferred_inline_restrictions_test.dart
|
| +++ b/tests/compiler/dart2js/deferred_inline_restrictions_test.dart
|
| @@ -6,7 +6,7 @@
|
| // allow inlining of empty functions and from main.
|
|
|
| import 'package:async_helper/async_helper.dart';
|
| -import 'package:compiler/src/dart2jslib.dart';
|
| +import 'package:compiler/src/compiler.dart';
|
| import 'package:expect/expect.dart';
|
| import 'memory_compiler.dart';
|
|
|
|
|