| Index: tests/compiler/dart2js/exit_code_test.dart
|
| diff --git a/tests/compiler/dart2js/exit_code_test.dart b/tests/compiler/dart2js/exit_code_test.dart
|
| index bf3cdebc1353b1712e534bff809cb52355ca2447..27f1948a1d332e1ee51c03c7ada2fbe9df4a1a4a 100644
|
| --- a/tests/compiler/dart2js/exit_code_test.dart
|
| +++ b/tests/compiler/dart2js/exit_code_test.dart
|
| @@ -79,7 +79,7 @@ class TestCompiler extends apiimpl.CompilerImpl {
|
| return super.analyzeElement(element);
|
| }
|
|
|
| - WorldImpact codegen(CodegenWorkItem work, CodegenEnqueuer world) {
|
| + WorldImpact codegen(CodegenWorkItem work, Enqueuer world) {
|
| test('Compiler.codegen');
|
| return super.codegen(work, world);
|
| }
|
|
|