Skip to content

Commit 9d79130

Browse files
committed
[ownership] Run a bridged cast folding test a 2nd time with ownership stripping after -Onone.
No actual FileCheck patterns needed to be changed.
1 parent 1ed77dc commit 9d79130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILOptimizer/bridged_casts_folding.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
21
// RUN: %target-swift-frontend -O -emit-sil -enforce-exclusivity=unchecked %s | %FileCheck %s
2+
// RUN: %target-swift-frontend -enable-ownership-stripping-after-serialization -O -emit-sil -enforce-exclusivity=unchecked %s | %FileCheck %s
33

44
// REQUIRES: objc_interop
55

0 commit comments

Comments
 (0)