Skip to content

Commit 086ba99

Browse files
authored
Only disable the test on AArch64
1 parent 1321856 commit 086ba99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/SILOptimizer/sil_verify_all_triggers_verifier_without_asserts.sil

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
// We only run this test without asserts.
55

6-
// REQUIRES: rdar89986815
6+
// Disable the test on AArch64 - 89986815
7+
// UNSUPPORTED: CPU=aarch64
78
// UNSUPPORTED: asserts
89

910
class Klass {}

0 commit comments

Comments
 (0)