| Index: tests/try/poi/diff_test.dart
|
| diff --git a/tests/try/poi/diff_test.dart b/tests/try/poi/diff_test.dart
|
| index e01a1f97a66fd7410714c2b35f59680d1b91e86e..6e99cd996e942bec2dec84a4f439c16d0e5fd55a 100644
|
| --- a/tests/try/poi/diff_test.dart
|
| +++ b/tests/try/poi/diff_test.dart
|
| @@ -14,14 +14,14 @@ import 'package:expect/expect.dart' show
|
| import 'package:async_helper/async_helper.dart' show
|
| asyncTest;
|
|
|
| -import 'package:compiler/implementation/dart2jslib.dart' show
|
| +import 'package:compiler/src/dart2jslib.dart' show
|
| Compiler,
|
| Script;
|
|
|
| -import 'package:compiler/implementation/source_file.dart' show
|
| +import 'package:compiler/src/source_file.dart' show
|
| StringSourceFile;
|
|
|
| -import 'package:compiler/implementation/elements/elements.dart' show
|
| +import 'package:compiler/src/elements/elements.dart' show
|
| Element,
|
| LibraryElement;
|
|
|
|
|