Skip to content

Commit 80cd6b0

Browse files
committed
[cxx-interop] Remove redundant [extern_c] in tests
`[extern_c]` module attribute has no effect in these tests.
1 parent 9169d81 commit 80cd6b0

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)