| 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 8bc158f9598d8e3f8654a468b52220936cc2fd1c..be85aec9b94541d45d65d9b5c459912242b2bd08 100644
|
| --- a/tests/compiler/dart2js/mirrors_used_test.dart
|
| +++ b/tests/compiler/dart2js/mirrors_used_test.dart
|
| @@ -60,7 +60,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 = 411;
|
| + int expectedMethodCount = 430;
|
| Expect.isTrue(
|
| generatedCode.length <= expectedMethodCount,
|
| 'Too many compiled methods: '
|
|
|