| Index: tests/corelib_strong/const_list_remove_range_test.dart
|
| diff --git a/tests/corelib_strong/const_list_remove_range_test.dart b/tests/corelib_strong/const_list_remove_range_test.dart
|
| index cff8a478cb30d19ce678fccc6b2a0968b8f92b1e..b7b15f7118556ac60d4f12434f15bbdfb5203e7a 100644
|
| --- a/tests/corelib_strong/const_list_remove_range_test.dart
|
| +++ b/tests/corelib_strong/const_list_remove_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);
|
| }
|
|
|
|
|