Skip to content

Commit 4590be1

Browse files
authored
Merge pull request #60976 from al45tair/eng/PR-99627836
[Test] Remove nonexistent library from target-run command.
2 parents 24dfb18 + 67304e5 commit 4590be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/Runtime/old_runtime_crash_without_fixed_layout.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// RUN: %target-build-swift %s -L %t -I %t -lresilient_struct -o %t/main %target-rpath(%t) -target %target-stable-abi-triple
77
// RUN: %target-codesign %t/main
88

9-
// RUN: %target-run %t/main %t/%target-library-name(resilient_struct) %t/libresilient_class%{target-shared-library-suffix}
9+
// RUN: %target-run %t/main %t/%target-library-name(resilient_struct)
1010

1111

1212
// REQUIRES: executable_test

0 commit comments

Comments
 (0)