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 4115aad commit 5455274Copy full SHA for 5455274
test/ClangImporter/private_frameworks_modules.swift
@@ -1,8 +1,7 @@
1
-// REQUIRES: rdar37618912
2
// RUN: %empty-directory(%t)
3
4
-// RUN: %target-swift-frontend -typecheck -F %S/Inputs/frameworks -DOLD -verify %s -Xcc -Wno-private-module
5
-// RUN: %target-swift-frontend -typecheck -F %S/Inputs/frameworks -DNEW -verify %s -Xcc -Wno-private-module
+// RUN: %target-swift-frontend -typecheck -F %S/Inputs/frameworks -DOLD -verify %s -Xcc -w
+// RUN: %target-swift-frontend -typecheck -F %S/Inputs/frameworks -DNEW -verify %s -Xcc -w
6
7
import PrivateAsSubmodule.Private
8
0 commit comments