| Index: tests/lib/async/future_or_only_in_async_test.dart
|
| diff --git a/tests/lib/async/future_or_only_in_async_test.dart b/tests/lib/async/future_or_only_in_async_test.dart
|
| index 9942443029cc566426246c6bab6aa98e276cfd0d..21a3f2ce3c61524e6ac7089174787abe2bf01eaf 100644
|
| --- a/tests/lib/async/future_or_only_in_async_test.dart
|
| +++ b/tests/lib/async/future_or_only_in_async_test.dart
|
| @@ -8,7 +8,7 @@ dynamic foo(dynamic x) {
|
| return x as
|
| FutureOr< /// 00: runtime error, static type warning
|
| int
|
| - > /// 00: continued
|
| + > // /// 00: continued
|
| ;
|
| }
|
|
|
|
|