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 99c8fc3 commit 7960cf8Copy full SHA for 7960cf8
test/Utils/swift-function-caller-generator/compile.swift
@@ -5,7 +5,7 @@
5
// RUN: %target-swift-emit-module-interface(%t/Test.swiftinterface) %s -enable-experimental-feature Lifetimes -enable-experimental-feature LifetimeDependence
6
// RUN: %swift-function-caller-generator Test %t/Test.swiftinterface > %t/out.swift
7
8
-// RUN: %target-swift-frontend -typecheck -verify %t/out.swift -I %t
+// RUN: %target-swift-frontend-verify -typecheck -strict-memory-safety %t/out.swift -I %t
9
10
func foo(x: Int) -> Int {
11
return x
0 commit comments