File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
test/Interop/Cxx/stdlib/overlay Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11module ConvertibleToBool {
22 header "convertible-to-bool.h"
33 requires cplusplus
4+ export *
5+ }
6+
7+ module CustomIterator {
8+ header "custom-iterator.h"
9+ requires cplusplus
10+ export *
411}
512
613module CustomSequence {
7- header "custom-iterator.h" // TODO: extract into another module
814 header "custom-sequence.h"
915 header "custom-collection.h"
1016 requires cplusplus
17+ export *
1118}
Original file line number Diff line number Diff line change 1- // RUN: %target-swift-ide-test -print-module -module-to-print=CustomSequence -source-filename=x -I %S/Inputs -enable-experimental-cxx-interop | %FileCheck %s
2- // RUN: %target-swift-ide-test -print-module -module-to-print=CustomSequence -source-filename=x -I %S/Inputs -cxx-interoperability-mode=upcoming-swift | %FileCheck %s
1+ // RUN: %target-swift-ide-test -print-module -module-to-print=CustomIterator -source-filename=x -I %S/Inputs -enable-experimental-cxx-interop | %FileCheck %s
2+ // RUN: %target-swift-ide-test -print-module -module-to-print=CustomIterator -source-filename=x -I %S/Inputs -cxx-interoperability-mode=upcoming-swift | %FileCheck %s
33
44// CHECK: struct ConstIterator : UnsafeCxxInputIterator {
55// CHECK: func successor() -> ConstIterator
You can’t perform that action at this time.
0 commit comments