Skip to content

Commit 87b2684

Browse files
committed
[test] Add -Xcc -Wno-private-module to a test about private modules
rdar://problem/37618912
1 parent 2928fc2 commit 87b2684

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/ClangImporter/private_frameworks_modules.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %empty-directory(%t)
22

3-
// RUN: %target-swift-frontend -typecheck -F %S/Inputs/frameworks -DOLD -verify %s
4-
// RUN: %target-swift-frontend -typecheck -F %S/Inputs/frameworks -DNEW -verify %s
3+
// RUN: %target-swift-frontend -typecheck -F %S/Inputs/frameworks -DOLD -verify %s -Xcc -Wno-private-module
4+
// RUN: %target-swift-frontend -typecheck -F %S/Inputs/frameworks -DNEW -verify %s -Xcc -Wno-private-module
55

66
import PrivateAsSubmodule.Private
77

0 commit comments

Comments
 (0)