| Index: tests/lib_2/async/future_microtask_test.dart
|
| diff --git a/tests/lib/async/future_microtask_test.dart b/tests/lib_2/async/future_microtask_test.dart
|
| similarity index 97%
|
| rename from tests/lib/async/future_microtask_test.dart
|
| rename to tests/lib_2/async/future_microtask_test.dart
|
| index c3375580971b8a69c1f7f8150eaef1992944dbcb..1606fb01fe339ccb834cb0a275a376a0da1ea79f 100644
|
| --- a/tests/lib/async/future_microtask_test.dart
|
| +++ b/tests/lib_2/async/future_microtask_test.dart
|
| @@ -8,7 +8,7 @@ import 'package:async_helper/async_helper.dart';
|
|
|
| main() {
|
| asyncStart();
|
| - var x = 499;
|
| + dynamic x = 499;
|
| scheduleMicrotask(() {
|
| Expect.equals(499, x);
|
| x = 42;
|
|
|