| Index: tests/compiler/dart2js/simple_inferrer_test.dart
|
| diff --git a/tests/compiler/dart2js/simple_inferrer_test.dart b/tests/compiler/dart2js/simple_inferrer_test.dart
|
| index 5999741882aea3bd0a74143a936cb8f598fc93b5..1bc1cf5ad0601b1a1e2d12a9dc5b929d3f41289c 100644
|
| --- a/tests/compiler/dart2js/simple_inferrer_test.dart
|
| +++ b/tests/compiler/dart2js/simple_inferrer_test.dart
|
| @@ -8,8 +8,6 @@ import 'package:compiler/src/types/types.dart' show TypeMask;
|
| import 'type_mask_test_helper.dart';
|
|
|
| import 'compiler_helper.dart';
|
| -import 'parser_helper.dart';
|
| -import 'type_mask_test_helper.dart';
|
|
|
| const String TEST = """
|
| returnNum1(a) {
|
|
|