Skip to content

Commit d0e6d2f

Browse files
author
Gabor Horvath
committed
[cxx-interop] Fix input header paths in a test
rdar://131629163
1 parent 7b71100 commit d0e6d2f

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)