Skip to content

Commit ee9317a

Browse files
authored
Merge pull request #78004 from atrick/fix-erik-test
Fix test: SILOptimizer/propagate_opaque_return_type.swift
2 parents cd0d8d1 + 1202dd8 commit ee9317a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/SILOptimizer/propagate_opaque_return_type.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: %target-run-simple-swift(-O -Xfrontend -sil-verify-all) | %FileCheck %s
22

3+
// REQUIRES: executable_test
4+
35
protocol P {}
46
extension P {
57
func foo() -> some Sequence<Int> {

0 commit comments

Comments
 (0)