| Index: tests/lib_strong/mirrors/hot_set_field_test.dart
|
| diff --git a/tests/lib_strong/mirrors/hot_set_field_test.dart b/tests/lib_strong/mirrors/hot_set_field_test.dart
|
| index f427f44cc0b0484c34fd3a9363c6f833907fdacf..453c0cde98a732b240e6c4221b813f5fec5e3da2 100644
|
| --- a/tests/lib_strong/mirrors/hot_set_field_test.dart
|
| +++ b/tests/lib_strong/mirrors/hot_set_field_test.dart
|
| @@ -40,7 +40,8 @@ testPrivateWrongLibrary() {
|
| var selector = MirrorSystem.getSymbol('_field', reflectClass(Mirror).owner);
|
|
|
| for (int i = 0; i < (2 * optimizationThreshold); i++) {
|
| - Expect.throws(() => im.setField(selector, i), (e) => e is NoSuchMethodError);
|
| + Expect.throws(
|
| + () => im.setField(selector, i), (e) => e is NoSuchMethodError);
|
| }
|
| }
|
|
|
|
|