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
3
3
4
4
// REQUIRES: executable_test
5
5
// REQUIRES: objc_interop
@@ -160,7 +160,7 @@ if true {
160
160
161
161
var bo3 = nonNativeBridgeObject ( unTaggedString)
162
162
print ( Bool ( _builtinBooleanLiteral: Builtin . isUnique ( & bo3) ) )
163
- // CHECK-NEXT: false
163
+ // CHECK-NEXT: true
164
164
_fixLifetime ( bo3)
165
165
}
166
166
You can’t perform that action at this time.
0 commit comments