File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- // RUN: %target-run-simple-swift(-Onone -parse-stdlib -Xfrontend -enable-copy-propagation) | %FileCheck %s --check-prefixes=CHECK,CHECK-DBG
2- // RUN: %target-run-simple-swift(-O -parse-stdlib -Xfrontend -enable-copy-propagation) | %FileCheck --check-prefixes=CHECK,CHECK-OPT %s
1+ // RUN: %target-run-simple-swift(-Onone -parse-stdlib -Xfrontend -enable-copy-propagation -target %target-swift-abi-5.6-triple ) | %FileCheck %s --check-prefixes=CHECK,CHECK-DBG
2+ // RUN: %target-run-simple-swift(-O -parse-stdlib -Xfrontend -enable-copy-propagation -target %target-swift-abi-5.6-triple ) | %FileCheck --check-prefixes=CHECK,CHECK-OPT %s
33
44// REQUIRES: executable_test
55// REQUIRES: objc_interop
@@ -160,7 +160,7 @@ if true {
160160
161161 var bo3 = nonNativeBridgeObject ( unTaggedString)
162162 print ( Bool ( _builtinBooleanLiteral: Builtin . isUnique ( & bo3) ) )
163- // CHECK-NEXT: false
163+ // CHECK-NEXT: true
164164 _fixLifetime ( bo3)
165165}
166166
You can’t perform that action at this time.
0 commit comments