Skip to content

Commit 99e66c5

Browse files
committed
6.2: [Test] Re-disable test in asserts builds.
The test was reenabled for the `swift_stdlib_asserts` context in #82559 . That had the effect of enabling it for noasserts builds. But the test uses subpass flags which are only heeded in asserts builds. That behavior is disabled--the flags are made always effective--in #82736 . But there's no reason to take that change onto a release branch. Just disable the test again in exactly the relevant configuration. rdar://154499140
1 parent 305125d commit 99e66c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/SILOptimizer/semantic-arc-opts-redundantcopyopts.sil

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// NOTE: Some of our tests here depend on borrow elimination /not/ running!
44
// Please do not add it to clean up the IR like we did in
55
// semanticarcopts-loadcopy-to-loadborrow!
6+
//
7+
// Enabling specific ARC opts requires an asserts build.
8+
// REQUIRES: asserts
69

710
sil_stage canonical
811

0 commit comments

Comments
 (0)