Skip to content

Commit 974a6bd

Browse files
authored
Merge pull request #62885 from apple/egorzhdan/std-string-test-windows
[cxx-interop] Enable `test/Interop/Cxx/stdlib/use-std-string.swift` on Windows
2 parents cfb6558 + 0a8e838 commit 974a6bd

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
// RUN: %target-run-simple-swift(-I %S/Inputs -Xfrontend -enable-experimental-cxx-interop)
2-
// RUN: %target-run-simple-swift(-D USE_CXXSTDLIB_SPELLING -I %S/Inputs -Xfrontend -enable-experimental-cxx-interop)
1+
// RUN: %target-run-simple-swift(-I %S/Inputs -Xfrontend -enable-experimental-cxx-interop -Xfrontend -validate-tbd-against-ir=none)
2+
// RUN: %target-run-simple-swift(-D USE_CXXSTDLIB_SPELLING -I %S/Inputs -Xfrontend -enable-experimental-cxx-interop -Xfrontend -validate-tbd-against-ir=none)
33
//
44
// REQUIRES: executable_test
5-
//
6-
// Enable this everywhere once we have a solution for modularizing other C++ stdlibs: rdar://87654514
7-
// REQUIRES: OS=macosx || OS=linux-gnu
85

96
import StdlibUnittest
107
import StdString

0 commit comments

Comments
 (0)