Skip to content

Commit 646034c

Browse files
authored
Mark another thorough String test as requiring an optimized stdlib (#22043)
This one's taking a pretty long time on simulators, only sometimes making it under the timeout limit. rdar://problem/46736948 (cherry picked from commit a628d5d)
1 parent e55cfb2 commit 646034c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

validation-test/stdlib/StringNormalization.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
// RUN: %target-run %t/a.out %S/Inputs/NormalizationTest.txt
2222
// REQUIRES: executable_test
2323
// REQUIRES: objc_interop
24+
// REQUIRES: optimized_stdlib
2425

2526
import Swift
2627
import StdlibUnittest

0 commit comments

Comments
 (0)