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.
1 parent ed17a85 commit 37f0426Copy full SHA for 37f0426
test/Interop/Cxx/stdlib/libstdcxx-module-interface.swift
@@ -9,6 +9,7 @@
9
10
// This test is specific to libstdc++ and only runs on platforms where libstdc++ is used.
11
// REQUIRES: OS=linux-gnu
12
+// REQUIRES: rdar93341210
13
14
// CHECK-STD: enum std {
15
// CHECK-STRING: struct {{__CxxTemplateInstNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE|__CxxTemplateInstSs}} {
test/Interop/Cxx/stdlib/use-std-string.swift
@@ -4,6 +4,7 @@
4
//
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
import StdlibUnittest
import StdString
0 commit comments