We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f99204 + 5dfefe6 commit b0954ceCopy full SHA for b0954ce
test/Interop/Cxx/stdlib/use-std-set.swift
@@ -74,7 +74,6 @@ StdSetTestSuite.test("SetOfCInt.insert") {
74
expectTrue(s.contains(123))
75
}
76
77
-#if !os(Linux) // FIXME: https://github.com/apple/swift/issues/66767 / rdar://105220600
78
StdSetTestSuite.test("UnorderedSetOfCInt.insert") {
79
var s = UnorderedSetOfCInt()
80
expectFalse(s.contains(123))
@@ -87,7 +86,6 @@ StdSetTestSuite.test("UnorderedSetOfCInt.insert") {
87
86
expectFalse(res2.inserted)
88
89
90
-#endif
91
92
StdSetTestSuite.test("SetOfCInt.erase") {
93
var s = initSetOfCInt()
0 commit comments