| Index: tests/compiler/dart2js/return_type_inferer_test.dart
|
| ===================================================================
|
| --- tests/compiler/dart2js/return_type_inferer_test.dart (revision 23010)
|
| +++ tests/compiler/dart2js/return_type_inferer_test.dart (working copy)
|
| @@ -72,7 +72,7 @@
|
| var backend = compiler.backend;
|
| HType type =
|
| backend.optimisticReturnTypesWithRecompilationOnTypeChange(null, x);
|
| - Expect.equals(findExpectedType(compiler), type);
|
| + Expect.equals(findExpectedType(compiler), type.simplify(compiler));
|
| });
|
| }
|
|
|
|
|