Skip to content

Commit 1202dd8

Browse files
committed
Fix test: SILOptimizer/propagate_opaque_return_type.swift
Add REQUIRES: executable_test Fixes rdar://141008973 (🟠 OSS Swift CI: oss-swift_tools-RA_stdlib-DA_test-device-non_executable failed: test: SILOptimizer/propagate_opaque_return_type.swift (exit code 2))
1 parent 5db0f83 commit 1202dd8

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)