Skip to content

Commit 74b40ef

Browse files
authored
Merge pull request #24698 from brentdax/xfail-textformatting
Disable Prototypes/TextFormatting in 32-bit
2 parents 2454815 + 387fc08 commit 74b40ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Prototypes/TextFormatting.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
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
6+
47
// Text Formatting Prototype
58
//
69
// This file demonstrates the concepts proposed in TextFormatting.rst

0 commit comments

Comments
 (0)