File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: rm -rf %t
2
2
// 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
4
4
// RUN: %target-codesign %t/out
5
5
// RUN: %target-run %t/out
6
6
7
7
// Verify that a non-const ref value parameter can't implicitly receive
8
8
// 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
10
10
11
11
// REQUIRES: executable_test
12
12
You can’t perform that action at this time.
0 commit comments