Skip to content

Commit e6a2a41

Browse files
authored
Merge pull request #14010 from moiseev/test-failure
2 parents d01c9fa + 89fcc74 commit e6a2a41

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/SILOptimizer/array_contentof_opt.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// RUN: %target-swift-frontend -O -sil-verify-all -emit-sil %s | %FileCheck %s
22
// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib
3-
// FIXME: <rdar://problem/36587088>
4-
// XFAIL: linux
53

64
// This is an end-to-end test of the array(contentsOf) -> array(Element) optimization
75

@@ -34,7 +32,7 @@ public func testThreeInts(_ a: inout [Int]) {
3432

3533
// CHECK-LABEL: sil @{{.*}}testTooManyInts
3634
// CHECK-NOT: apply
37-
// CHECK: [[F:%[0-9]+]] = function_ref @$SSa6append10contentsOfyqd___t7ElementQyd__Rszs8SequenceRd__lFSi_SaySiGTg5Tf4gn_n
35+
// CHECK: [[F:%[0-9]+]] = function_ref @$SSa6append10contentsOfyqd___t7ElementQyd__Rszs8SequenceRd__lFSi_SaySiGTg5
3836
// CHECK-NOT: apply
3937
// CHECK: apply [[F]]
4038
// CHECK-NOT: apply

0 commit comments

Comments
 (0)