Skip to content

Commit e928399

Browse files
committed
Backport master -> 4.2
1 parent e66be7a commit e928399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILGen/capture-transitive.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-swift-emit-silgen -enable-sil-ownership %s | %FileCheck %s
1+
// RUN: %target-swift-frontend -emit-silgen -enable-sil-ownership %s | %FileCheck %s
22
// SR-8398
33
func fibonacci(_ n: Int) -> Int {
44
var cache: [Int: Int] = [:]

0 commit comments

Comments
 (0)