We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e804492 + b4ed147 commit c3cd243Copy full SHA for c3cd243
test/Interop/Cxx/stdlib/libstdcxx-module-interface.swift
@@ -9,6 +9,8 @@
9
// This test is specific to libstdc++ and only runs on platforms where libstdc++ is used.
10
// REQUIRES: OS=linux-gnu
11
12
+// REQUIRES: rdar91670704
13
+
14
// CHECK-STD: enum std {
15
// CHECK-STD: enum __cxx11 {
16
// CHECK-STD: struct __CxxTemplateInstNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE {
test/Interop/Cxx/stdlib/use-std-string.swift
@@ -5,6 +5,8 @@
5
// Enable this everywhere once we have a solution for modularizing other C++ stdlibs: rdar://87654514
6
// REQUIRES: OS=macosx || OS=linux-gnu
7
8
+// REQUIRES: rdar91548568
import StdlibUnittest
import StdString
#if os(Linux)
0 commit comments