Skip to content

Commit 800a966

Browse files
committed
[test] disable availability checking for implicit some test
1 parent 59d62be commit 800a966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/implicit_some_a.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-swift-frontend -primary-file %s %S/Inputs/implicit_some_b.swift -enable-experimental-feature ImplicitSome -emit-ir
1+
// RUN: %target-swift-frontend -emit-ir -disable-availability-checking -primary-file %s %S/Inputs/implicit_some_b.swift -enable-experimental-feature ImplicitSome
22

33
protocol P {}
44
struct S: P {}

0 commit comments

Comments
 (0)