Skip to content

Commit f1fcda0

Browse files
authored
Merge pull request #22489 from apple/compnerd-does-testing
2 parents dc3abd1 + 9932c5d commit f1fcda0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/WindowsBuild.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,12 +219,11 @@ Running the testsuite on Windows has additional external dependencies. You must
219219

220220
1. coreutils
221221
2. diffutils
222-
3. file
223-
4. grep
224-
5. sed
222+
3. grep
223+
4. sed
225224

226225
```cmd
227-
path S:\b\swift\bin;S:\b\swift\libdispatch-prefix\bin;%PATH%;%ProgramFiles(x86)%\GnuWin32\bin
226+
path S:\b\swift\bin;S:\b\swift\libdispatch-prefix\bin;%PATH%;%ProgramFiles(x86)%\GnuWin32\bin;S:\thirdparty\icu4c-63_1-Win64-MSVC2017\lib64
228227
ninja -C S:\b\swift check-swift
229228
```
230229

0 commit comments

Comments
 (0)