Skip to content

Commit 41bb19b

Browse files
authored
Merge pull request swiftlang#80134 from swiftlang/egorzhdan/6.1-libcxx-exec
🍒[cxx-interop] Fix libc++ tests
2 parents 8923a9d + 74f041a commit 41bb19b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/Interop/Cxx/stdlib/libcxx-module-interface.swift

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
// This test is specific to libc++ and therefore only runs on Darwin platforms.
1212
// REQUIRES: OS=macosx || OS=ios
1313

14+
// Since this test runs check-libcxx-version, it requires execution.
15+
// REQUIRES: executable_test
16+
1417
// CHECK-STD: import CxxStdlib.iosfwd
1518
// CHECK-STD: import CxxStdlib.string
1619

test/Interop/Cxx/stdlib/libcxx-symbolic-module-interface.swift

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
// REQUIRES: OS=macosx
1212
// REQUIRES: swift_feature_ImportSymbolicCXXDecls
1313

14+
// Since this test runs check-libcxx-version, it requires execution.
15+
// REQUIRES: executable_test
16+
1417
// CHECK: enum std {
1518
// CHECK: enum __1 {
1619

0 commit comments

Comments
 (0)