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 24c35f3 + 4ee9fe6 commit 84d96adCopy full SHA for 84d96ad
test/ParseableInterface/inherited-defaults-execution.swift
@@ -31,7 +31,7 @@
31
//
32
// RUN: %target-build-swift -I%t -L%t -lInherited -o %t/main %target-rpath(%t) %t/main.swift -swift-version 5
33
// RUN: %target-codesign %t/main %t/%target-library-name(Inherited)
34
-// RUN: %target-run %t/main | %FileCheck --check-prefix=OUTPUT %s
+// RUN: %target-run %t/main %t/%target-library-name(Inherited) | %FileCheck --check-prefix=OUTPUT %s
35
36
// OUTPUT: 45
37
// OUTPUT-NEXT: 98
0 commit comments