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

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