| 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 c425627ba66455519feec2dafe7882c37e06618d..3dd0e0a6dff97e70b1894a466d519eace52b20e2 100644
|
| --- a/tests/compiler/dart2js/mirrors_used_test.dart
|
| +++ b/tests/compiler/dart2js/mirrors_used_test.dart
|
| @@ -59,7 +59,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 = 327;
|
| + int expectedMethodCount = 336;
|
| Expect.isTrue(
|
| generatedCode.length <= expectedMethodCount,
|
| 'Too many compiled methods: '
|
|
|