Skip to content

Commit 7b82be5

Browse files
[test] Opaque result is only available in 10.10 macos
1 parent cc11e19 commit 7b82be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/expr/closure/closures.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-typecheck-verify-swift
1+
// RUN: %target-typecheck-verify-swift -disable-availability-checking
22

33
var func6 : (_ fn : (Int,Int) -> Int) -> ()
44
var func6a : ((Int, Int) -> Int) -> ()

0 commit comments

Comments
 (0)