Skip to content

Commit 38104f2

Browse files
committed
Disable swap_refcnt.swift: <rdar://problem/27506150>
SILOptimizer/swap_refcnt.swift failes after noreturn -> Never changes
1 parent 87750ac commit 38104f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/SILOptimizer/swap_refcnt.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-swift-frontend -O -emit-sil %s | FileCheck %s
2+
// REQUIRES: rdar:27506150> SILOptimizer/swap_refcnt.swift failes after noreturn -> Never changes
23

34
// Make sure we can swap two values in an array without retaining anything.
45

0 commit comments

Comments
 (0)