File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -560,7 +560,7 @@ void GetWindowsFileMappings(
560560 fileMapping.redirectedFiles .emplace_back (std::string (VCToolsInjection),
561561 AuxiliaryFile);
562562
563- // Because we wish to be backwrds compatible with older Visual Studio
563+ // Because we wish to be backwards compatible with older Visual Studio
564564 // releases, we inject empty headers which allow us to have definitions for
565565 // modules referencing headers which may not exist. We stub out the headers
566566 // with empty files to allow a single module definition to work across
Original file line number Diff line number Diff line change 55
66// REQUIRES: executable_test
77
8- // TODO: test failed in Windows PR testing: rdar://144384453
9- // UNSUPPORTED: OS=windows-msvc
10-
118import StdlibUnittest
129import CxxStdlib
1310import StdStringView
You can’t perform that action at this time.
0 commit comments