Skip to content

Commit 34f3195

Browse files
committed
re-export std::span regardless of module name
1 parent e3df479 commit 34f3195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Interop/Cxx/swiftify-import/import-as-instance-method.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ void decapseman(baz::B *b, IntSpan p __noescape) __attribute__((swift_name("baz.
7373
//--- Inputs/module.modulemap
7474
module Instance {
7575
header "instance.h"
76-
export std.span
76+
export *
7777
}
7878

7979
//--- out.expected

0 commit comments

Comments
 (0)