Skip to content

Commit f418159

Browse files
authored
Merge pull request swiftlang#75326 from swiftlang/gaborh/fix-paths-cherry-pick
🍒 [6.0][cxx-interop] Fix input header paths in a test
2 parents 5b50361 + ce7fad7 commit f418159

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Interop/Cxx/class/safe-use-of-returned-reference-with-borrowing.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// RUN: rm -rf %t
22
// RUN: split-file %s %t
3-
// RUN: %target-build-swift %t/test.swift -I %t -o %t/out -Xfrontend -enable-experimental-cxx-interop -O
3+
// RUN: %target-build-swift %t/test.swift -I %t/Inputs -o %t/out -Xfrontend -enable-experimental-cxx-interop -O
44
// RUN: %target-codesign %t/out
55
// RUN: %target-run %t/out
66

77
// Verify that a non-const ref value parameter can't implicitly receive
88
// aborrowed value.
9-
// RUN: %target-swift-frontend -DBORROW_PASS_TO_VALUE_PARAM -emit-ir -o /dev/null -I %t %t/test.swift -enable-experimental-cxx-interop -verify
9+
// RUN: %target-swift-frontend -DBORROW_PASS_TO_VALUE_PARAM -emit-ir -o /dev/null -I %t/Inputs %t/test.swift -enable-experimental-cxx-interop -verify
1010

1111
// REQUIRES: executable_test
1212

0 commit comments

Comments
 (0)