Skip to content

Commit ef4d8e2

Browse files
committed
Add REQUIRES: asserts to closure_scope_analysis.swift
1 parent 385c7f9 commit ef4d8e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/SILOptimizer/closure_scope_analysis.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 -emit-sil -O -Xllvm -debug-only=closure-scope -module-name main -o /dev/null 2>&1 | %FileCheck %s
2+
// REQUIRES: asserts
23

34
public protocol Apply {
45
func apply(_ body: (Apply) -> ())

0 commit comments

Comments
 (0)