mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Add a mode to test implicit dynamic with private imports
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
// RUN: %target-build-swift %s -o %t/a.out5 -swift-version 5 && %target-codesign %t/a.out5 && %target-run %t/a.out5
|
||||
// REQUIRES: executable_test
|
||||
|
||||
// Requires swift-version 4
|
||||
// UNSUPPORTED: swift_test_mode_optimize_none_with_implicit_dynamic
|
||||
|
||||
import StdlibUnittest
|
||||
|
||||
#if swift(>=4.2)
|
||||
|
||||
Reference in New Issue
Block a user