| Index: dart/tests/compiler/dart2js/union_type_test.dart
|
| diff --git a/dart/tests/compiler/dart2js/union_type_test.dart b/dart/tests/compiler/dart2js/union_type_test.dart
|
| index a519f0d112c2719bd25484e80446524a218b122d..966d4c5428643f063186a479a75d1a7bd578971c 100644
|
| --- a/dart/tests/compiler/dart2js/union_type_test.dart
|
| +++ b/dart/tests/compiler/dart2js/union_type_test.dart
|
| @@ -7,8 +7,8 @@ import "package:async_helper/async_helper.dart";
|
| import "compiler_helper.dart";
|
| import "parser_helper.dart";
|
|
|
| -import "../../../sdk/lib/_internal/compiler/implementation/types/types.dart";
|
| -import "../../../sdk/lib/_internal/compiler/implementation/dart_types.dart";
|
| +import "package:compiler/implementation/types/types.dart";
|
| +import "package:compiler/implementation/dart_types.dart";
|
|
|
| main() {
|
| asyncTest(() => MockCompiler.create((MockCompiler compiler) {
|
|
|