| Index: tests/corelib_strong/const_list_set_range_test.dart
|
| diff --git a/tests/corelib_strong/const_list_set_range_test.dart b/tests/corelib_strong/const_list_set_range_test.dart
|
| index 55238446b9819927bc10f6c1e727cb1bbf2552f8..5a7a755c946194f0bcd9d0e70220a19b6b7e4e12 100644
|
| --- a/tests/corelib_strong/const_list_set_range_test.dart
|
| +++ b/tests/corelib_strong/const_list_set_range_test.dart
|
| @@ -10,7 +10,7 @@ main() {
|
| testImmutable(const [1, 2]);
|
| }
|
|
|
| -void expectUOE(Function f) {
|
| +void expectUOE(f()) {
|
| Expect.throws(f, (e) => e is UnsupportedError);
|
| }
|
|
|
|
|