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 b3881cd + 2e0da39 commit d561fe6Copy full SHA for d561fe6
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