Skip to content

Commit 38820c1

Browse files
committed
[cxx-interop] NFC: Fix typo in test module name
1 parent 5914e7a commit 38820c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module NSOptionsMangling {
1717
header "NSOptionsMangling.h"
1818
}
1919

20-
module NSNofiticationBridging {
20+
module NSNotificationBridging {
2121
header "nsnotification-bridging.h"
2222
requires objc
2323
requires cplusplus

test/Interop/Cxx/objc-correctness/nsnotification-bridging-ide-test.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-swift-ide-test -print-module -module-to-print=NSNofiticationBridging -I %S/Inputs -source-filename=x -enable-experimental-cxx-interop -enable-objc-interop | %FileCheck %s
1+
// RUN: %target-swift-ide-test -print-module -module-to-print=NSNotificationBridging -I %S/Inputs -source-filename=x -enable-experimental-cxx-interop -enable-objc-interop | %FileCheck %s
22

33
// REQUIRES: objc_interop
44

0 commit comments

Comments
 (0)