Skip to content

Commit 83f7835

Browse files
committed
[Test][multifile] Replace process substitution with file redirect
1 parent ccea096 commit 83f7835

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/multifile/protocol-conformance-redundant.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// RUN: %target-build-swift-dylib(%t/%target-library-name(Ext)) -module-name Ext -emit-module -emit-module-path %t/Ext.swiftmodule -I%t -L%t -lDef %S/Inputs/protocol-conformance-redundant-ext.swift
44
// RUN: %target-build-swift -I%t -L%t -lDef -o %t/main %target-rpath(%t) %s
55
// RUN: %target-codesign %t/main %t/%target-library-name(Def) %t/%target-library-name(Ext)
6-
// RUN: %target-run %t/main %t/%target-library-name(Def) %t/%target-library-name(Ext) 2> >(%FileCheck %s -check-prefix=CHECK-STDERR) | %FileCheck %s
6+
// RUN: %target-run %t/main %t/%target-library-name(Def) %t/%target-library-name(Ext) 2> %t/stderr.txt | %FileCheck %s
7+
// RUN: %FileCheck %s -check-prefix=CHECK-STDERR < %t/stderr.txt
78

89
// REQUIRES: executable_test
910
// XFAIL: OS=windows-msvc

0 commit comments

Comments
 (0)