| Index: tests/compiler/dart2js/dead_bailout_target_test.dart
|
| ===================================================================
|
| --- tests/compiler/dart2js/dead_bailout_target_test.dart (revision 22031)
|
| +++ tests/compiler/dart2js/dead_bailout_target_test.dart (working copy)
|
| @@ -60,7 +60,7 @@
|
|
|
| // Check that the bailout method has a case 2 for the state, which
|
| // is the second bailout in foo.
|
| - RegExp state = new RegExp('case 2:[ \n]+state0 = 0;');
|
| + RegExp state = new RegExp('case 2:');
|
| checkNumberOfMatches(state.allMatches(generated).iterator, 1);
|
|
|
| // Finally, make sure that the reason foo does not contain
|
|
|