We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e671d2 commit e21597dCopy full SHA for e21597d
test/SILOptimizer/swap_refcnt.swift
@@ -1,5 +1,7 @@
1
// RUN: %target-swift-frontend -O -emit-sil %s | %FileCheck %s
2
-// REQUIRES: rdar:30181104 SILOptimizer/swap_refcnt.swift fails on linux.
+
3
+// FIXME: rdar://30181104 SILOptimizer/swap_refcnt.swift fails on linux.
4
+// UNSUPPORTED: OS=linux-gnu
5
6
// Make sure we can swap two values in an array without retaining anything.
7
0 commit comments