Skip to content

Commit 6859d05

Browse files
committed
[test] Collection tests with reference types should also require optimized stdlib
1 parent 2c8a55f commit 6859d05

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

validation-test/stdlib/Collection/Inputs/Template.swift.gyb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ runAllTests()
127127
// RUN: %target-run-simple-swift
128128
// REQUIRES: executable_test
129129

130+
// FIXME: the test is too slow when the standard library is not optimized.
131+
// rdar://problem/46878013
132+
// REQUIRES: optimized_stdlib
133+
130134
import StdlibUnittest
131135
import StdlibCollectionUnittest
132136

0 commit comments

Comments
 (0)