Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions test/Interop/Cxx/stdlib/msvcprt-module-interface.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

// This test is specific to msvcprt and therefore only runs on Windows.
// REQUIRES: OS=windows-msvc
// REQUIRES: rdar159879290

// CHECK-STD: import CxxStdlib.iosfwd
// CHECK-STD: import CxxStdlib.string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// RUN: %check-interop-cxx-header-in-clang(%t/functions.h -DSWIFT_CXX_INTEROP_HIDE_STL_OVERLAY -DSWIFT_CXX_INTEROP_EXPERIMENTAL_SWIFT_ERROR -Wno-unused-function)

// REQUIRES: swift_feature_GenerateBindingsForThrowingFunctionsInCXX
// REQUIRES: rdar159879290

// CHECK-LABEL: namespace Functions SWIFT_PRIVATE_ATTR SWIFT_SYMBOL_MODULE("Functions") {

Expand Down