Skip to content

Commit 1b177d0

Browse files
authored
Merge pull request #21696 from rajbarik/raj-fix-devirt-test
2 parents 4a8f81d + e29bfca commit 1b177d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILOptimizer/devirt_protocol_method_invocations.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
// RUN: %target-swift-frontend -module-name devirt_protocol_method_invocations -O -emit-sil %s | %FileCheck %s
2+
// RUN: %target-swift-frontend -module-name devirt_protocol_method_invocations -O -Xllvm -sil-disable-pass=ExistentialSpecializer -emit-sil %s | %FileCheck %s
33

44
protocol PPP {
55
func f()

0 commit comments

Comments
 (0)