Skip to content

Commit c2f0fde

Browse files
authored
Merge pull request swiftlang#67603 from hyp/window-me-timbers
[cxx-interop] test, enable more tests on windows
2 parents 53da675 + cf94366 commit c2f0fde

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)