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.
2 parents d96dc37 + b9fe52e commit a03749aCopy full SHA for a03749a
test/Interpreter/objc_class_resilience.swift
@@ -4,6 +4,7 @@
4
// RUN: %target-codesign %t/libresilient_struct.%target-dylib-extension
5
6
// RUN: %target-build-swift %s -L %t -I %t -lresilient_struct -o %t/main -Xlinker -rpath -Xlinker %t
7
+// RUN: %target-codesign %t/main
8
9
// RUN: %target-run %t/main %t/libresilient_struct.%target-dylib-extension
10
validation-test/Sema/rdar32204609.swift
@@ -1,6 +1,7 @@
1
// RUN: rm -rf %t
2
// RUN: mkdir -p %t
3
// RUN: %target-build-swift %s -o %t/a.out
+// RUN: %target-codesign %t/a.out
// RUN: %target-run %t/a.out
// REQUIRES: executable_test
0 commit comments