Skip to content

Commit 9f5cf97

Browse files
authored
Merge pull request #38366 from al45tair/problem/80283113
[Tests] Fix redundant protocol conformance test for remote cases.
2 parents 7e85463 + 93c7d78 commit 9f5cf97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/multifile/protocol-conformance-redundant.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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(Ext) 2>&1 | %FileCheck %s
6+
// RUN: %target-run %t/main %t/%target-library-name(Def) %t/%target-library-name(Ext) 2>&1 | %FileCheck %s
77

88
// REQUIRES: executable_test
99
// XFAIL: windows

0 commit comments

Comments
 (0)