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.
1 parent 24c35f3 commit 4ee9fe6Copy full SHA for 4ee9fe6
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