Skip to content

Commit 46b730d

Browse files
committed
[cxx-interop] Update a test on Linux
libstdc++ currently cannot be split into submodules due to the way some types are defined, e.g. there are multiple headers that define `size_t`, so those headers must be a single (sub-)module.
1 parent db81593 commit 46b730d

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)