Skip to content

Commit 5d00fc9

Browse files
committed
Fix attr_implements_serial.swift test to copy library as part of target-run
rdar://44730828
1 parent 649d310 commit 5d00fc9

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)