diff options
| author | Matt Mastracci <matthew@mastracci.com> | 2023-06-28 13:41:47 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-28 13:41:47 -0600 |
| commit | 30f2cd3d1e0f7014156d05a0b08efd6b0e92f170 (patch) | |
| tree | 2e5b7cb747af3c34cad61342c9330046b87ac9ce /cli/tests/testdata/test/collect2.out | |
| parent | 558eb9f132f84bf2ed445fc97a26f7b92a652dbc (diff) | |
chore: reconfigure windows builder storage (#19601)
Use `C:` drive to build on Windows, as `D:` is too limited.
Diffstat (limited to 'cli/tests/testdata/test/collect2.out')
| -rw-r--r-- | cli/tests/testdata/test/collect2.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/testdata/test/collect2.out b/cli/tests/testdata/test/collect2.out index af31ee31e..0c00c956a 100644 --- a/cli/tests/testdata/test/collect2.out +++ b/cli/tests/testdata/test/collect2.out @@ -1,7 +1,7 @@ Check [WILDCARD]/test/collect/include/test.ts Check [WILDCARD]/test/collect/test.ts -running 0 tests from ./test/collect/include/test.ts -running 0 tests from ./test/collect/test.ts +running 0 tests from [WILDCARD]/test/collect/include/test.ts +running 0 tests from [WILDCARD]/test/collect/test.ts ok | 0 passed | 0 failed ([WILDCARD]) |
