Skip to content

Commit 5455274

Browse files
committed
Revert "[test] Disable ClangImporter/private_frameworks_modules.swift"
This reverts commit 749adec. -Wno- options currently aren't respected with -Xcc, so just use a blanket -w instead. rdar://37618912
1 parent 4115aad commit 5455274

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/ClangImporter/private_frameworks_modules.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
// REQUIRES: rdar37618912
21
// RUN: %empty-directory(%t)
32

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
3+
// RUN: %target-swift-frontend -typecheck -F %S/Inputs/frameworks -DOLD -verify %s -Xcc -w
4+
// RUN: %target-swift-frontend -typecheck -F %S/Inputs/frameworks -DNEW -verify %s -Xcc -w
65

76
import PrivateAsSubmodule.Private
87

0 commit comments

Comments
 (0)