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 7e85463 + 93c7d78 commit 9f5cf97Copy full SHA for 9f5cf97
test/multifile/protocol-conformance-redundant.swift
@@ -3,7 +3,7 @@
3
// 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
4
// RUN: %target-build-swift -I%t -L%t -lDef -o %t/main %target-rpath(%t) %s
5
// 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
+// RUN: %target-run %t/main %t/%target-library-name(Def) %t/%target-library-name(Ext) 2>&1 | %FileCheck %s
7
8
// REQUIRES: executable_test
9
// XFAIL: windows
0 commit comments