| Index: tests/compiler/dart2js/cpa_inference_test.dart
|
| diff --git a/tests/compiler/dart2js/cpa_inference_test.dart b/tests/compiler/dart2js/cpa_inference_test.dart
|
| index 821a54e3b7516a2508500b88ecfd7884011aa71e..2a624b416d5cf836f0a3ced7701ac11e107788ed 100644
|
| --- a/tests/compiler/dart2js/cpa_inference_test.dart
|
| +++ b/tests/compiler/dart2js/cpa_inference_test.dart
|
| @@ -1454,7 +1454,7 @@ testJsCall() {
|
| final expectedEType = [result.int];
|
| result.checkNodeHasType('e', expectedEType);
|
| result.checkNodeHasType('eNull', maybe(expectedEType));
|
| - final expectedFType = [result.double];
|
| + final expectedFType = [result.num];
|
| result.checkNodeHasType('f', expectedFType);
|
| result.checkNodeHasType('fNull', maybe(expectedFType));
|
| final expectedGType = [result.num];
|
|
|