Skip to content

Commit 986ffec

Browse files
authored
Merge pull request #64896 from atrick/fix-test
Fix the REQUIRES line in a SIL test.
2 parents 950c5bb + 4120aa4 commit 986ffec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/SILOptimizer/semantic-arc-opts-lifetime-joining.sil

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-sil-opt -module-name Swift -enable-sil-verify-all -semantic-arc-opts -sil-semantic-arc-peepholes-lifetime-joining %s | %FileCheck %s
22
//
3-
// REQUIRES: swift_stdlib_asserts
3+
// Enabling specific ARC opts requires an asserts build.
4+
// REQUIRES: asserts
45

56
// NOTE: Some of our tests here depend on borrow elimination /not/ running!
67
// Please do not add it to clean up the IR like we did in

0 commit comments

Comments
 (0)