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 5fb6bb2 + bdd8626 commit 6458571Copy full SHA for 6458571
validation-test/stdlib/Arrays.swift.gyb
@@ -1,6 +1,9 @@
1
// RUN: %target-run-simple-swiftgyb
2
// REQUIRES: executable_test
3
4
+// Disabled for optimization until rdar://problem/30579713 is fixed.
5
+// REQUIRES: swift_test_mode_optimize_none
6
+
7
import StdlibUnittest
8
import StdlibCollectionUnittest
9
validation-test/stdlib/Lazy.swift.gyb
@@ -12,6 +12,9 @@
12
13
14
15
16
17
18
19
20
0 commit comments