Skip to content

Commit 2672e5e

Browse files
authored
Merge pull request swiftlang#24707 from brentdax/xfail-textformatting-more
Disable Prototypes/TextFormatting everywhere
2 parents ea515bf + 08bd6bd commit 2672e5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Prototypes/TextFormatting.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// RUN: %target-run-simple-swift | %FileCheck %s
22
// REQUIRES: executable_test
33

4-
// Temporary workaround; ImmutableAddressUseVerifier asserts in 32-bit. rdar://problem/50676315
5-
// UNSUPPORTED: CPU=i386
4+
// Temporary workaround; ImmutableAddressUseVerifier asserts nondeterministically. rdar://problem/50676315
5+
// REQUIRES: rdar50676315
66

77
// Text Formatting Prototype
88
//

0 commit comments

Comments
 (0)