Commit 0d8487f
authored
Update git hash for flutter/devtools (#485)
Fixes failing Dart to Flutter [autoroller](flutter/flutter#185773).
[Failure log](https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8683154551376454241/+/u/run_test.dart_for_customer_testing_shard_and_subshard_None/stdout)
```
| Analyzing devtools_app...
|
| warning - test/shared/eval_integration_test.dart:123:43 - A value of type 'Object?' can't be returned by the 'onError' handler because it must be assignable to 'FutureOr<FutureFailedException>', as required by 'Future.then'. - invalid_return_type_for_then
|
| 1 issue found.
```
Caused by a new analyzer warning: https://dart-review.googlesource.com/c/sdk/+/498240
eval_integration_test.dart was [updated 2 weeks ago](flutter/devtools@e439571#diff-d7c828cbc9f16c59e1193c5a9f816177e84619072686c4d41715f9882d0c188cL123) to fix the problematic line.
This updates the git hash used for flutter/devtools customer testing to incorporate this change.1 parent de6a74f commit 0d8487f
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments