We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 045aa90 + a306dbc commit 8762f48Copy full SHA for 8762f48
test/Concurrency/async_sequence_existential.swift
@@ -1,6 +1,7 @@
1
// RUN: %target-swift-frontend -target %target-swift-5.1-abi-triple %s -emit-sil -o /dev/null -verify
2
3
-// RUN: %target-swift-frontend -target %target-swift-5.1-abi-triple %s -dump-ast 2>&1 | %FileCheck %s
+// 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
5
6
// REQUIRES: concurrency
7
0 commit comments