Skip to content

Commit da02cd0

Browse files
authored
Merge pull request #79307 from compnerd/m-x-enable-typo-mode
ClangImporter: enable test, fix typo
2 parents 772cff1 + ed0151e commit da02cd0

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

lib/ClangImporter/ClangIncludePaths.cpp

+1-1
Original file line numberDiff line numberDiff 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

test/Interop/Cxx/stdlib/use-std-string-view.swift

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55

66
// REQUIRES: executable_test
77

8-
// TODO: test failed in Windows PR testing: rdar://144384453
9-
// UNSUPPORTED: OS=windows-msvc
10-
118
import StdlibUnittest
129
import CxxStdlib
1310
import StdStringView

0 commit comments

Comments
 (0)