Skip to content

Commit 106c743

Browse files
authored
Merge pull request #76869 from swiftlang/egorzhdan/remove-extern-c-tests
[cxx-interop] Remove redundant `[extern_c]` in tests
2 parents 54ef4dc + 80cd6b0 commit 106c743

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module SomeModule [extern_c] {
1+
module SomeModule {
22
requires objc
33
header "SomeModule.h"
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module SomeModule [extern_c] {
1+
module SomeModule {
22
requires objc
33
header "SomeModule.h"
44
}

test/Interop/Cxx/objc-correctness/Inputs/module.modulemap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module ProtocolNamingConflict [extern_c] {
1+
module ProtocolNamingConflict {
22
header "protocol-naming-conflict.h"
33
requires objc
44
}

0 commit comments

Comments
 (0)