| Index: tests/compiler/dart2js/backend_dart/opt_constprop_test.dart
|
| diff --git a/tests/compiler/dart2js/backend_dart/opt_constprop_test.dart b/tests/compiler/dart2js/backend_dart/opt_constprop_test.dart
|
| index fc35ed0c2bd5de5882295806d93df53d41e939f9..237e2050a4036cfa0c22e7c0166401be35813e92 100644
|
| --- a/tests/compiler/dart2js/backend_dart/opt_constprop_test.dart
|
| +++ b/tests/compiler/dart2js/backend_dart/opt_constprop_test.dart
|
| @@ -405,7 +405,7 @@ Future testConstantPropagator(String input, String expectedOutput) {
|
| final unstringifier = new SExpressionUnstringifier();
|
| final stringifier = new SExpressionStringifier();
|
| final optimizer = new TypePropagator(
|
| - compiler,
|
| + compiler.types,
|
| dart2js.DART_CONSTANT_SYSTEM,
|
| new UnitTypeSystem(),
|
| compiler.internalError);
|
|
|