Index: tests/compiler/dart2js/mirrors_used_test.dart |
diff --git a/tests/compiler/dart2js/mirrors_used_test.dart b/tests/compiler/dart2js/mirrors_used_test.dart |
index d3add31991a6f794f6a02a24be6a87ec997feedd..4748e6583a472f7361268e80ec0b94ebb471cd70 100644 |
--- a/tests/compiler/dart2js/mirrors_used_test.dart |
+++ b/tests/compiler/dart2js/mirrors_used_test.dart |
@@ -63,7 +63,7 @@ void main() { |
// 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 = 476; |
+ int expectedMethodCount = 477; |
Expect.isTrue( |
generatedCode.length <= expectedMethodCount, |
'Too many compiled methods: ' |