Skip to content

Commit e508ce3

Browse files
authored
Merge pull request #41999 from atrick/fix-closure-test
Add REQUIRES: asserts to closure_scope_analysis.swift
2 parents 030a33e + ef4d8e2 commit e508ce3

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)