Skip to content

Commit 789244e

Browse files
authored
Merge pull request swiftlang#74049 from apple/egorzhdan/6.0-const-ref-borrow-test
🍒[cxx-interop] Re-enable a test for borrowing const ref
2 parents a632ee7 + 758694a commit 789244e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// aborrowed value.
99
// RUN: %target-swift-frontend -DBORROW_PASS_TO_VALUE_PARAM -emit-ir -o /dev/null -I %t %t/test.swift -enable-experimental-cxx-interop -verify
1010

11-
// REQUIRES: rdar111065819
11+
// REQUIRES: executable_test
1212

1313
//--- Inputs/module.modulemap
1414
module CxxTest {

0 commit comments

Comments
 (0)