Skip to content

Commit 4120aa4

Browse files
committed
Fix the REQUIRES line in a SIL test.
SILOptimizer/semantic-arc-opts-lifetime-joining.sil had an incorrect REQUIRES line, so the test was disabled for normal compiler development.
1 parent 7284c4e commit 4120aa4

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)