Skip to content

Commit d6e8123

Browse files
authored
Merge pull request #61720 from atrick/fix-test-assert
Add REQUIRES: asserts to simplify_cfg_checkcast.sil
2 parents 971d581 + ae53cfb commit d6e8123

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/SILOptimizer/simplify_cfg_checkcast.sil

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: %target-sil-opt -enable-sil-verify-all %s -jumpthread-simplify-cfg -enable-ossa-simplify-cfg -enable-ossa-rewriteterminator | %FileCheck %s
22
// RUN: %target-sil-opt -enable-sil-verify-all %s -jumpthread-simplify-cfg -enable-ossa-simplify-cfg -enable-ossa-rewriteterminator -debug-only=sil-simplify-cfg 2>&1 | %FileCheck %s --check-prefix=CHECK-TRACE
3+
//
4+
// REQUIRES: asserts
35

46
// FIXME: which of these tests actually require -jumpthread-simplify-cfg instead of -simplify-cfg?
57

0 commit comments

Comments
 (0)