| Index: tests/try/poi/diff_test.dart
|
| diff --git a/tests/try/poi/diff_test.dart b/tests/try/poi/diff_test.dart
|
| index 33cffb51b9f3bc2d61bdc33c46fc92396efa66ef..b0f2d6e1068af9a5a8a7e6cf37dc300164b87680 100644
|
| --- a/tests/try/poi/diff_test.dart
|
| +++ b/tests/try/poi/diff_test.dart
|
| @@ -15,8 +15,7 @@ import 'package:async_helper/async_helper.dart' show
|
| asyncTest;
|
|
|
| import 'package:compiler/src/dart2jslib.dart' show
|
| - Compiler,
|
| - Script;
|
| + Compiler;
|
|
|
| import 'package:compiler/src/io/source_file.dart' show
|
| StringSourceFile;
|
| @@ -25,6 +24,9 @@ import 'package:compiler/src/elements/elements.dart' show
|
| Element,
|
| LibraryElement;
|
|
|
| +import 'package:compiler/src/script.dart' show
|
| + Script;
|
| +
|
| import 'package:dart2js_incremental/diff.dart' show
|
| Difference,
|
| computeDifference;
|
|
|