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

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

Issue 125033003: Version 1.1.0-dev.5.1 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 6 years, 11 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 | « dart/sdk/lib/js/dart2js/js_dart2js.dart ('k') | dart/tests/compiler/dart2js_native/dart2js_native.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/compiler/dart2js/mirrors_used_test.dart
===================================================================
--- dart/tests/compiler/dart2js/mirrors_used_test.dart (revision 31466)
+++ dart/tests/compiler/dart2js/mirrors_used_test.dart (working copy)
@@ -58,7 +58,7 @@
// 2. Some code was refactored, and there are more methods.
// Either situation could be problematic, but in situation 2, it is often
// acceptable to increase [expectedMethodCount] a little.
- int expectedMethodCount = 352;
+ int expectedMethodCount = 363;
Expect.isTrue(
generatedCode.length <= expectedMethodCount,
'Too many compiled methods: '
« no previous file with comments | « dart/sdk/lib/js/dart2js/js_dart2js.dart ('k') | dart/tests/compiler/dart2js_native/dart2js_native.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698