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.
2 parents 8a2e327 + 1b37bc2 commit 6d6b3cdCopy full SHA for 6d6b3cd
test/Compatibility/attr_autoclosure.swift
@@ -1,5 +1,4 @@
1
-// RUN: %target-swift-frontend -emit-sil -verify %s | %FileCheck %s
2
-// REQUIRES: SWIFT_VERSION=4
+// RUN: %target-swift-frontend -swift-version 4 -emit-sil -verify %s | %FileCheck %s
3
4
do {
5
func a(_ x: @autoclosure () -> Int) {}
0 commit comments