Skip to content

Commit 0a8e838

Browse files
authored
[cxx-interop] Enable test/Interop/Cxx/stdlib/use-std-string.swift on Windows
1 parent 382510f commit 0a8e838

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)