Skip to content

Commit 3ad2fd6

Browse files
authored
Merge pull request swiftlang#19506 from aschwaighofer/fix_attr_implements_serial
2 parents 21b370a + 5d00fc9 commit 3ad2fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/attr/attr_implements_serial.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// RUN: %target-swiftc_driver -I %t -o %t/a.out %s %t/main.swift %t/library.%target-dylib-extension
55
// RUN: %target-codesign %t/a.out
66
// RUN: %target-codesign %t/library.%target-dylib-extension
7-
// RUN: %target-run %t/a.out | %FileCheck %s
7+
// RUN: %target-run %t/a.out %t/library.%target-dylib-extension | %FileCheck %s
88
// REQUIRES: executable_test
99

1010
// This test just checks that the lookup-table entries for @_implements are

0 commit comments

Comments
 (0)