Skip to content

Commit 5e66bce

Browse files
committed
Tests: Remove -disable-availability-checking in parameterized existentials test.
1 parent fd948f4 commit 5e66bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILGen/parameterized_existentials.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-swift-emit-silgen -module-name parameterized -disable-availability-checking %s | %FileCheck %s
1+
// RUN: %target-swift-emit-silgen -module-name parameterized -target %target-swift-5.7-abi-triple %s | %FileCheck %s
22

33
protocol P<T, U, V> {
44
associatedtype T

0 commit comments

Comments
 (0)