Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1207)

Unified Diff: tests/compiler/dart2js/dead_bailout_target_test.dart

Issue 14416014: After a dynamic call, refine the receiver type by looking at the potential targets of that call. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/compiler/dart2js/code_motion_test.dart ('k') | tests/compiler/dart2js/value_range_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « tests/compiler/dart2js/code_motion_test.dart ('k') | tests/compiler/dart2js/value_range_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698