File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
// REQUIRES: VENDOR=apple
2
- // RUN: %empty-directory(%t)
2
+ // RUN: %empty-directory(%t)
3
3
4
- // RUN: echo "import Foundation" > %t/main.swift
5
- // RUN: echo "@objc(CApi) public class Api {}" >> %t/main.swift
6
- // RUN: %target-swift-frontend -emit-ir -o/dev/null -parse-as-library -module-name test -import-objc-header %S/Inputs/objc_class_header.h -validate-tbd-against-ir=missing %t/main.swift -disable-objc-attr-requires-foundation-module -emit-tbd -emit-tbd-path %t/main.tbd
4
+ // RUN: echo "import Foundation" > %t/main.swift
5
+ // RUN: echo "@objc(CApi) public class Api {}" >> %t/main.swift
6
+ // RUN: %target-swift-frontend -emit-ir -o/dev/null -parse-as-library -module-name test -import-objc-header %S/Inputs/objc_class_header.h -validate-tbd-against-ir=missing %t/main.swift -disable-objc-attr-requires-foundation-module -emit-tbd -emit-tbd-path %t/main.tbd
7
7
8
- // RUN: %FileCheck %s < %t/main.tbd
8
+ // RUN: %FileCheck %s < %t/main.tbd
9
9
10
- // CHECK: objc-classes: [ CApi ]
10
+ // CHECK: objc-classes: [ CApi ]
You can’t perform that action at this time.
0 commit comments