| Index: pkg/front_end/test/fasta/ast_builder_test.dart
|
| diff --git a/pkg/front_end/test/fasta/ast_builder_test.dart b/pkg/front_end/test/fasta/ast_builder_test.dart
|
| index def6bf04910aec0b126c725386655e110ec5154f..e1d4412d33dd6ee4be71ba58782ad1940a35ebfe 100644
|
| --- a/pkg/front_end/test/fasta/ast_builder_test.dart
|
| +++ b/pkg/front_end/test/fasta/ast_builder_test.dart
|
| @@ -11,7 +11,6 @@ Future<FastaContext> createContext(
|
| environment[ENABLE_FULL_COMPILE] = "";
|
| environment[AST_KIND_INDEX] = "${AstKind.Analyzer.index}";
|
| environment[STRONG_MODE] = "";
|
| - environment[SKIP_KERNEL_GENERATION] = "";
|
| return FastaContext.create(suite, environment);
|
| }
|
|
|
|
|