Skip to content

Commit 08bd6bd

Browse files
committed
Disable Prototypes/TextFormatting everywhere
1 parent 5e308a3 commit 08bd6bd

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)