| Index: tests/compiler/dart2js/type_checker_test.dart
|
| diff --git a/tests/compiler/dart2js/type_checker_test.dart b/tests/compiler/dart2js/type_checker_test.dart
|
| index 46c638976f4462c16f7e8cc45d4ffbe9bc562e34..178f3b01ca0bbf8ae892394c5822b53fe9ae151c 100644
|
| --- a/tests/compiler/dart2js/type_checker_test.dart
|
| +++ b/tests/compiler/dart2js/type_checker_test.dart
|
| @@ -14,6 +14,8 @@ import '../../../sdk/lib/_internal/compiler/implementation/elements/modelx.dart'
|
| import '../../../sdk/lib/_internal/compiler/implementation/dart2jslib.dart'
|
| hide SourceString;
|
|
|
| +import '../../../sdk/lib/_internal/compiler/implementation/dart_types.dart';
|
| +
|
| DartType intType;
|
| DartType boolType;
|
| DartType stringType;
|
|
|