File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
test/Interop/C/swiftify-import Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 3
3
// RUN: %empty-directory(%t)
4
4
// RUN: split-file %s %t
5
5
6
- // RUN: %target-swift-frontend -emit-module -plugin-path %swift-plugin-dir -o %t/Test.swiftmodule -I %t/ Inputs -enable-experimental-feature SafeInteropWrappers -strict-memory-safety -verify -verify-additional-file %t/ Inputs/ instance.h %t/test.swift -I %bridging-path -DVERIFY
6
+ // RUN: %target-swift-frontend -emit-module -plugin-path %swift-plugin-dir -o %t/Test.swiftmodule -I %t%{fs-sep} Inputs -enable-experimental-feature SafeInteropWrappers -strict-memory-safety -verify -verify-additional-file %t%{fs-sep} Inputs%{fs-sep} instance.h %t/test.swift -I %bridging-path -DVERIFY
7
7
// RUN: env SWIFT_BACKTRACE="" %target-swift-frontend -emit-module -plugin-path %swift-plugin-dir -o %t/Test.swiftmodule -I %t/Inputs -enable-experimental-feature SafeInteropWrappers -strict-memory-safety -warnings-as-errors -Xcc -Werror %t/test.swift -dump-macro-expansions -I %bridging-path 2> %t/out.txt
8
8
// RUN: diff --strip-trailing-cr %t/out.txt %t/out.expected
9
9
You can’t perform that action at this time.
0 commit comments