Skip to content

Commit 3a78945

Browse files
authored
Merge pull request #26916 from drodriguez/test-dump-parse-without-stderr
[test] Remove redirection stderr->out that corrupted output.
2 parents 016acf3 + a7888f0 commit 3a78945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Frontend/dump-parse.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: not %target-swift-frontend -dump-parse %s 2>&1 | %FileCheck %s
1+
// RUN: not %target-swift-frontend -dump-parse %s | %FileCheck %s
22
// RUN: not %target-swift-frontend -dump-ast %s | %FileCheck %s -check-prefix=CHECK-AST
33

44
// CHECK-LABEL: (func_decl{{.*}}"foo(_:)"

0 commit comments

Comments
 (0)