diff options
| author | Asher Gomez <ashersaupingomez@gmail.com> | 2023-11-22 22:11:20 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-22 12:11:20 +0100 |
| commit | 616354e76cba0be8af20a0ffefeacfcf6101bafc (patch) | |
| tree | c832c81dd93498e196840c8d59c0a4ab76396d07 /cli/tests/testdata/test/steps/invalid_usage.out | |
| parent | 0ffcb46e0f60110c07e21151db6066f5a1b5f710 (diff) | |
refactor: replace `deferred()` from `std/async` with `Promise.withResolvers()` (#21234)
Closes #21041
---------
Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com>
Diffstat (limited to 'cli/tests/testdata/test/steps/invalid_usage.out')
| -rw-r--r-- | cli/tests/testdata/test/steps/invalid_usage.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/test/steps/invalid_usage.out b/cli/tests/testdata/test/steps/invalid_usage.out index 311be4fd7..4b82befae 100644 --- a/cli/tests/testdata/test/steps/invalid_usage.out +++ b/cli/tests/testdata/test/steps/invalid_usage.out @@ -68,7 +68,7 @@ error: Started test step with sanitizers while another test step was running: FAILURES -capturing => ./test/steps/invalid_usage.ts:3:6 +capturing => ./test/steps/invalid_usage.ts:1:6 top level missing await ... step => ./test/steps/invalid_usage.ts:[WILDCARD] inner missing await ... step ... inner => ./test/steps/invalid_usage.ts:[WILDCARD] parallel steps with sanitizers ... step 2 => ./test/steps/invalid_usage.ts:[WILDCARD] |
