We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2928fc2 commit 87b2684Copy full SHA for 87b2684
test/ClangImporter/private_frameworks_modules.swift
@@ -1,7 +1,7 @@
1
// RUN: %empty-directory(%t)
2
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
+// RUN: %target-swift-frontend -typecheck -F %S/Inputs/frameworks -DOLD -verify %s -Xcc -Wno-private-module
+// RUN: %target-swift-frontend -typecheck -F %S/Inputs/frameworks -DNEW -verify %s -Xcc -Wno-private-module
5
6
import PrivateAsSubmodule.Private
7
0 commit comments