Skip to content

Commit 8762f48

Browse files
authored
Merge pull request #80685 from tshortli/async-sequence-existential-dump-output
Tests: Use `-o` instead of stdout redirect in `async_sequence_existential.swift`
2 parents 045aa90 + a306dbc commit 8762f48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Concurrency/async_sequence_existential.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-swift-frontend -target %target-swift-5.1-abi-triple %s -emit-sil -o /dev/null -verify
22

3-
// RUN: %target-swift-frontend -target %target-swift-5.1-abi-triple %s -dump-ast 2>&1 | %FileCheck %s
3+
// RUN: %target-swift-frontend -target %target-swift-5.1-abi-triple -primary-file %s -dump-ast -o %t.ast.txt
4+
// RUN: %FileCheck %s < %t.ast.txt
45

56
// REQUIRES: concurrency
67

0 commit comments

Comments
 (0)