File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments