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.
1 parent 4896370 commit 060fbc4Copy full SHA for 060fbc4
test/Interpreter/switch_resilience.swift
@@ -1,5 +1,6 @@
1
// RUN: %empty-directory(%t)
2
// RUN: %target-build-swift-dylib(%t/%target-library-name(resilient_struct)) %S/../Inputs/resilient_struct.swift -emit-module -emit-module-path %t/resilient_struct.swiftmodule -module-name resilient_struct -I%t -L%t -enable-library-evolution
3
+// RUN: %target-codesign %t/%target-library-name(resilient_struct)
4
// RUN: %target-swiftc_driver -I %t -L %t %s -o %t/switch_resilience -lresilient_struct %target-rpath(%t)
5
// RUN: %target-codesign %t/switch_resilience
6
// RUN: %target-run %t/switch_resilience
0 commit comments