Skip to content

Commit 964b63d

Browse files
authored
Merge pull request #65588 from apple/egorzhdan/linux-test-import-cxxstdlib
[cxx-interop] Update a test on Linux
2 parents 2d94327 + 46b730d commit 964b63d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@
44

55
import StdlibUnittest
66
import StdString
7-
#if os(Linux)
87
import CxxStdlib
9-
// FIXME: import CxxStdlib.string once libstdc++ is split into submodules.
10-
#else
11-
import CxxStdlib.string
12-
#endif
138

149
var StdStringTestSuite = TestSuite("StdString")
1510

0 commit comments

Comments
 (0)