Add a mode to test implicit dynamic with private imports

This commit is contained in:
Arnold Schwaighofer
2019-03-18 09:25:30 -07:00
parent 384882d5f3
commit e113ef8c93
109 changed files with 330 additions and 7 deletions

View File

@@ -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)