Skip to content

Commit 1b2f856

Browse files
authored
Merge pull request #62921 from xedin/disable-sil-opt-test-rdar-104021173
[Tests] NFC: Disable test/SILOptimizer/simplify_cfg_ossa_bbargs.sil o…
2 parents 97ee702 + c2af3fe commit 1b2f856

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/SILOptimizer/simplify_cfg_ossa_bbargs.sil

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %target-sil-opt -unit-test-runner %s | %FileCheck %s
22

3+
// Test fails in Windows CI - rdar://104021173
4+
// UNSUPPORTED: OS=windows-msvc
5+
36
import Builtin
47

58
class Klass {}

0 commit comments

Comments
 (0)