File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 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 )
3
3
//
4
4
// 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
8
5
9
6
import StdlibUnittest
10
7
import StdString
You can’t perform that action at this time.
0 commit comments