| Index: tests/compiler/dart2js/type_combination_test.dart
|
| ===================================================================
|
| --- tests/compiler/dart2js/type_combination_test.dart (revision 18314)
|
| +++ tests/compiler/dart2js/type_combination_test.dart (working copy)
|
| @@ -2022,7 +2022,7 @@
|
| FIXED_ARRAY.intersection(FIXED_ARRAY, compiler));
|
| }
|
|
|
| -void testRegressions(Compiler compiler) {
|
| +void testRegressions(MockCompiler compiler) {
|
| HType nonNullPotentialString = new HBoundedPotentialPrimitiveString(
|
| compiler.stringClass.computeType(compiler), canBeNull: false);
|
| Expect.equals(
|
|
|