Skip to content

Commit ae44f9b

Browse files
authored
Merge pull request swiftlang#79962 from swiftlang/egorzhdan/libcxx-exec
[cxx-interop] Fix libc++ tests
2 parents 735b6aa + 8ef468c commit ae44f9b

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)