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 21b370a + 5d00fc9 commit 3ad2fd6Copy full SHA for 3ad2fd6
test/attr/attr_implements_serial.swift
@@ -4,7 +4,7 @@
4
// RUN: %target-swiftc_driver -I %t -o %t/a.out %s %t/main.swift %t/library.%target-dylib-extension
5
// RUN: %target-codesign %t/a.out
6
// RUN: %target-codesign %t/library.%target-dylib-extension
7
-// RUN: %target-run %t/a.out | %FileCheck %s
+// RUN: %target-run %t/a.out %t/library.%target-dylib-extension | %FileCheck %s
8
// REQUIRES: executable_test
9
10
// This test just checks that the lookup-table entries for @_implements are
0 commit comments