Skip to content

Commit cf94366

Browse files
committed
[cxx-interop] test, enable more tests on windows
These tests require the C++ standard library
1 parent 2eade1d commit cf94366

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %target-run-simple-swift(-I %S/Inputs -Xfrontend -enable-experimental-cxx-interop -Xcc -std=c++17)
22
//
33
// REQUIRES: executable_test
4-
// REQUIRES: OS=macosx || OS=linux-gnu
54

65
import StdlibUnittest
76
import StdOptional

test/Interop/Cxx/stdlib/use-std-pair-typechecker.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// RUN: %target-typecheck-verify-swift -I %S/Inputs -enable-experimental-cxx-interop
2-
// REQUIRES: OS=macosx || OS=linux-gnu
32

43
import StdPair
54

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// RUN: %target-run-simple-swift(-I %S/Inputs -Xfrontend -enable-experimental-cxx-interop)
22
//
33
// REQUIRES: executable_test
4-
//
5-
// REQUIRES: OS=macosx || OS=linux-gnu
64

75
import StdlibUnittest
86
import StdPair

0 commit comments

Comments
 (0)