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