Skip to content

Commit a415e2c

Browse files
committed
[Linux][Test] Use import-static-libdispatch not import-libdispatch.
We want the static version of Dispatch here. If we don't use that version, we'll fail the tests on the release branches (but strangely not on main for some reason). rdar://115774613
1 parent 90ac9c8 commit a415e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Backtracing/CrashStatic.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %empty-directory(%t)
2-
// RUN: %target-build-swift %s -parse-as-library %import-libdispatch -Onone -static-stdlib -g -o %t/CrashStatic
2+
// RUN: %target-build-swift %s -parse-as-library %import-static-libdispatch -Onone -static-stdlib -g -o %t/CrashStatic
33
// RUN: %target-codesign %t/CrashStatic
44
// RUN: (env SWIFT_BACKTRACE=enable=yes,cache=no,swift-backtrace=%backtracer %target-run %t/CrashStatic 2>&1 || true) | %FileCheck %s
55

0 commit comments

Comments
 (0)