Skip to content

Commit 8bf75f0

Browse files
committed
Add requires to irgen codegen test
1 parent 57105f4 commit 8bf75f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/IRGen/temporary_allocation/codegen.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-swift-frontend -primary-file %s -O -emit-ir | %FileCheck %s
2+
// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib
23

34
@_silgen_name("blackHole")
45
func blackHole(_ value: UnsafeMutableRawPointer?) -> Void

0 commit comments

Comments
 (0)