Skip to content

Commit e21597d

Browse files
authored
[test] Re-enable test SILOptimizer/swap_refcnt.swift on non-Linux platforms. (swiftlang#7026)
1 parent 3e671d2 commit e21597d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/SILOptimizer/swap_refcnt.swift

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: %target-swift-frontend -O -emit-sil %s | %FileCheck %s
2-
// REQUIRES: rdar:30181104 SILOptimizer/swap_refcnt.swift fails on linux.
2+
3+
// FIXME: rdar://30181104 SILOptimizer/swap_refcnt.swift fails on linux.
4+
// UNSUPPORTED: OS=linux-gnu
35

46
// Make sure we can swap two values in an array without retaining anything.
57

0 commit comments

Comments
 (0)