File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- // RUN: %empty-directory(%T )
2
- // RUN: %target-clang -x objective-c -c %S/Inputs/arc_36509461.m -o %T /arc_36509461.m.o
3
- // RUN: %target-swift-frontend -c -O -import-objc-header %S/Inputs/arc_36509461.h -sanitize=address %s -o %T /arc_36509461.swift.o
4
- // RUN: %target-build-swift %T /arc_36509461.m.o %T /arc_36509461.swift.o -sanitize=address -o %t
5
- // RUN: %t
1
+ // RUN: %empty-directory(%t )
2
+ // RUN: %target-clang -x objective-c -c %S/Inputs/arc_36509461.m -o %t /arc_36509461.m.o
3
+ // RUN: %target-swift-frontend -c -O -import-objc-header %S/Inputs/arc_36509461.h -sanitize=address %s -o %t /arc_36509461.swift.o
4
+ // RUN: %target-build-swift %t /arc_36509461.m.o %t /arc_36509461.swift.o -sanitize=address -o %t/arc_36509461
5
+ // RUN: %target-run %t/arc_36509461
6
6
7
7
// REQUIRES: executable_test
8
8
// REQUIRES: asan_runtime
9
9
// REQUIRES: objc_interop
10
+ // REQUIRES: OS=macosx
10
11
11
12
import Foundation
12
13
You can’t perform that action at this time.
0 commit comments