| Index: tests/lib/async/run_zoned1_test.dart
|
| diff --git a/tests/lib/async/run_zoned1_test.dart b/tests/lib/async/run_zoned1_test.dart
|
| index 71af2346c69ce7add4f4f8c5b030b2ca02385c73..74af5b1685523adb91ffe82a6ccb8ef3f11fadfb 100644
|
| --- a/tests/lib/async/run_zoned1_test.dart
|
| +++ b/tests/lib/async/run_zoned1_test.dart
|
| @@ -7,5 +7,5 @@ import 'dart:async';
|
|
|
| main() {
|
| // Make sure `runZoned` returns the result of a synchronous call.
|
| - Expect.equals(499, runZonedExperimental(() => 499));
|
| + Expect.equals(499, runZoned(() => 499));
|
| }
|
|
|