Skip to content

Commit 4b03f5a

Browse files
authored
Merge pull request #21812 from lorentey/string-literal-test-fixme
[test] Remove a fixme for requiring optimized stdlib in 32-bit string literal test
2 parents 87b66e7 + 9d47f2a commit 4b03f5a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/SILOptimizer/concat_string_literals.32.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
// RUN: %target-swift-frontend -O -emit-ir %s | %FileCheck %s
22
// RUN: %target-swift-frontend -Osize -emit-ir %s | %FileCheck %s
3+
// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib
34

45
// We have a separate test for 64-bit architectures.
56
// REQUIRES: PTRSIZE=32
67

7-
// rdar://problem/46096829 - stdlib-DebugAssert builds fail this test
8-
// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib
9-
108
// NOTE: 25185.byteSwapped = 0x62 'a', 0x61 'b'
119
// CHECK-LABEL: test_ascii_scalar_scalar2
1210
// CHECK: ret { i32, i32, i32 } { i32 25185, i32 0, i32 {{[0-9]+}} }

0 commit comments

Comments
 (0)