Skip to content

Commit 9ab0227

Browse files
authored
Merge pull request #14712 from jrose-apple/5.0-no-warnings-no-really
[5.0] Revert "[test] Disable ClangImporter/private_frameworks_modules.swift"
2 parents fb38635 + a7cb93d commit 9ab0227

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 -Xcc -Wno-private-module
4-
// 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
55

66
import PrivateAsSubmodule.Private
77

0 commit comments

Comments
 (0)