| 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 7f70d7d3e23aa55e606908446d2473c6059fdf20..697a866ff16f899128b8b36939a548122d09d417 100644
|
| --- a/tests/compiler/dart2js/type_checker_test.dart
|
| +++ b/tests/compiler/dart2js/type_checker_test.dart
|
| @@ -176,7 +176,7 @@ enum Enum { A, B, C }
|
| """;
|
|
|
| check(String code, {warnings}) {
|
| - MockCompiler compiler = new MockCompiler.internal(enableEnums: true);
|
| + MockCompiler compiler = new MockCompiler.internal();
|
| return compiler.init(DECLARATIONS).then((_) {
|
| analyze(compiler, code, warnings: warnings, flushDeferred: true);
|
| });
|
|
|