File tree Expand file tree Collapse file tree 6 files changed +12
-6
lines changed Expand file tree Collapse file tree 6 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1- // RUN: %target-typecheck-verify-swift
1+ // RUN: %empty-directory(%t/cache)
2+ // RUN: %target-typecheck-verify-swift -module-cache-path %t/cache
23
34// REQUIRES: objc_interop
45// REQUIRES: OS=macosx
Original file line number Diff line number Diff line change 1- // RUN: %target-run-simple-swift | %FileCheck %s
1+ // RUN: %empty-directory(%t/cache)
2+ // RUN: %target-run-simple-swift(-module-cache-path %t/cache) | %FileCheck %s
23// REQUIRES: executable_test
34
45// NOTE: Clang used to miscompile GLKit functions on i386. rdar://problem/19184403
Original file line number Diff line number Diff line change 1- // RUN: %target-run-simple-swift
1+ // RUN: %empty-directory(%t/cache)
2+ // RUN: %target-run-simple-swift(-module-cache-path %t/cache)
23// REQUIRES: executable_test
34
45// REQUIRES: objc_interop
Original file line number Diff line number Diff line change 1- // RUN: %target-run-simple-swift
1+ // RUN: %empty-directory(%t/cache)
2+ // RUN: %target-run-simple-swift(-module-cache-path %t/cache)
23// REQUIRES: executable_test
34
45// REQUIRES: objc_interop
Original file line number Diff line number Diff line change 1- // RUN: %target-run-simple-swift | %FileCheck %s
1+ // RUN: %empty-directory(%t/cache)
2+ // RUN: %target-run-simple-swift(-module-cache-path %t/cache) | %FileCheck %s
23// REQUIRES: executable_test
34
45// REQUIRES: objc_interop
Original file line number Diff line number Diff line change 1- // RUN: %target-run-simple-swift
1+ // RUN: %empty-directory(%t/cache)
2+ // RUN: %target-run-simple-swift(-module-cache-path %t/cache)
23// REQUIRES: executable_test
34
45// NSButtonType (from AppKit) and UIViewAnimationCurve (from UIKit) both have
You can’t perform that action at this time.
0 commit comments