Skip to content

Commit 387b73f

Browse files
authored
Merge pull request #59154 from apple/egorzhdan/cxx-vector-test-linux
[cxx-interop] Enable a test on Linux
2 parents 283d664 + b9fc256 commit 387b73f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
// REQUIRES: executable_test
44
//
55
// Enable this everywhere once we have a solution for modularizing libstdc++: rdar://87654514
6-
// REQUIRES: OS=macosx
6+
// REQUIRES: OS=macosx || OS=linux-gnu
77

88
import StdlibUnittest
99
import StdVector
10-
import CxxStdlib.vector
10+
import CxxStdlib
1111

1212
var StdVectorTestSuite = TestSuite("StdVector")
1313

0 commit comments

Comments
 (0)