Chromium Code Reviews| Index: tests/compiler/dart2js/type_inference4_test.dart |
| diff --git a/tests/compiler/dart2js/type_inference4_test.dart b/tests/compiler/dart2js/type_inference4_test.dart |
| index 4690202d41c105c5b84c04650a9a107d30e3291d..e55a63f48aed867d2231f18ef54dd629a626d670 100644 |
| --- a/tests/compiler/dart2js/type_inference4_test.dart |
| +++ b/tests/compiler/dart2js/type_inference4_test.dart |
| @@ -22,6 +22,6 @@ main() { |
| Expect.isFalse(generated.contains('iae')); |
| // Also make sure that we are not just in bailout mode without speculative |
| // types by grepping for the integer-bailout check on argument j. |
| - RegExp regexp = new RegExp(getIntTypeCheck('j')); |
| + RegExp regexp = new RegExp(getIntTypeCheck('[aj]')); |
|
floitsch
2012/10/15 11:17:18
rename the array in the original code, so "a" won'
|
| Expect.isTrue(regexp.hasMatch(generated)); |
| } |