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
2
3
3
4
// REQUIRES: objc_interop
4
5
// 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
2
3
// REQUIRES: executable_test
3
4
4
5
// 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)
2
3
// REQUIRES: executable_test
3
4
4
5
// 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)
2
3
// REQUIRES: executable_test
3
4
4
5
// 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
2
3
// REQUIRES: executable_test
3
4
4
5
// 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)
2
3
// REQUIRES: executable_test
3
4
4
5
// NSButtonType (from AppKit) and UIViewAnimationCurve (from UIKit) both have
You can’t perform that action at this time.
0 commit comments