Skip to content

Commit 57e38dc

Browse files
authored
Merge pull request #75237 from swiftlang/gaborh/fix-paths
2 parents cfb50a0 + d0e6d2f commit 57e38dc

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)