Skip to content

Commit 4655604

Browse files
authored
[test] Re-enable very large allocation codegen test (#63188)
1 parent def44c5 commit 4655604

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/IRGen/temporary_allocation/codegen_very_large_allocation.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %target-swift-frontend -primary-file %s -O -emit-ir | %FileCheck %s --check-prefixes=CHECK-LARGE-ALLOC,CHECK-LARGE-ALLOC-%target-vendor -DWORD=i%target-ptrsize
22
// RUN: %target-swift-frontend -primary-file %s -O -emit-ir | %FileCheck %s --check-prefix=CHECK-LARGE-STACK-ALLOC -DWORD=i%target-ptrsize
33
// RUN: %target-swift-frontend -primary-file %s -O -emit-ir | %FileCheck %s --check-prefix=CHECK-LARGE-HEAP-ALLOC -DWORD=i%target-ptrsize
4-
// REQUIRES: rdar104435186
54

65
@_silgen_name("blackHole")
76
func blackHole(_ value: UnsafeMutableRawPointer?) -> Void

0 commit comments

Comments
 (0)