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.
1 parent fa148d2 commit 6836cf8Copy full SHA for 6836cf8
validation-test/stdlib/Collection/FlattenCollection.swift.gyb
@@ -2,6 +2,10 @@
2
// RUN: %target-run-simple-swiftgyb
3
// REQUIRES: executable_test
4
5
+// FIXME: the test is too slow when the standard library is not optimized.
6
+// rdar://problem/46878013
7
+// REQUIRES: optimized_stdlib
8
+
9
import SwiftPrivate
10
import StdlibUnittest
11
import StdlibCollectionUnittest
validation-test/stdlib/Collection/LazyFilterCollection.swift.gyb
0 commit comments