File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %empty-directory(%t)
2
2
// RUN: %target-build-swift -enable-experimental-feature TypeWrappers -parse-as-library -emit-library -emit-module-path %t/type_wrapper_defs.swiftmodule -module-name type_wrapper_defs %S/Inputs/type_wrapper_defs.swift -o %t/%target-library-name(type_wrapper_defs)
3
- // RUN: %target-build-swift -ltype_wrapper_defs -module-name main -I %t -L %t %s -o %t/a.out
4
- // RUN: %target-run %t/a.out | %FileCheck %s
3
+ // RUN: %target-build-swift -ltype_wrapper_defs -module-name main -I %t -L %t %s -o %t/main %target-rpath(%t)
4
+ // RUN: %target-codesign %t/main
5
+ // RUN: %target-run %t/main %t/%target-library-name(type_wrapper_defs) | %FileCheck %s
6
+
7
+ // REQUIRES: executable_test
5
8
6
9
import type_wrapper_defs
7
10
You can’t perform that action at this time.
0 commit comments