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:
@@ -1,6 +1,9 @@
|
||||
// RUN: %empty-directory(%t)
|
||||
// RUN: %target-build-swift %s -o %t/a.out4 -swift-version 4 && %target-codesign %t/a.out4 && %target-run %t/a.out4
|
||||
|
||||
// Requires swift-version 4
|
||||
// UNSUPPORTED: swift_test_mode_optimize_none_with_implicit_dynamic
|
||||
|
||||
// REQUIRES: executable_test
|
||||
|
||||
import StdlibUnittest
|
||||
|
||||
Reference in New Issue
Block a user