Skip to content

Commit f3e8d8b

Browse files
committed
Disable availability checking on a test
1 parent 031564a commit f3e8d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILGen/isolated_self_capture.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-swift-frontend -emit-silgen %s -module-name test -swift-version 5 | %FileCheck %s
1+
// RUN: %target-swift-frontend -emit-silgen %s -module-name test -disable-availability-checking -sil-verify-all -swift-version 5 | %FileCheck %s
22

33
// REQUIRES: concurrency
44

0 commit comments

Comments
 (0)