We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66be7a commit e928399Copy full SHA for e928399
test/SILGen/capture-transitive.swift
@@ -1,4 +1,4 @@
1
-// RUN: %target-swift-emit-silgen -enable-sil-ownership %s | %FileCheck %s
+// RUN: %target-swift-frontend -emit-silgen -enable-sil-ownership %s | %FileCheck %s
2
// SR-8398
3
func fibonacci(_ n: Int) -> Int {
4
var cache: [Int: Int] = [:]
0 commit comments