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 812e945 + 8a36d2d commit 64ef2f5Copy full SHA for 64ef2f5
validation-test/stdlib/MicroStdlib/MicroStdlib.swift
@@ -5,6 +5,7 @@
5
// RUN: ls %t/Swift.o
6
// RUN: %target-clang -x c -c %S/Inputs/RuntimeStubs.c -o %t/RuntimeStubs.o
7
// RUN: %target-build-swift -I %t -module-name main -o %t/hello %S/Inputs/main.swift %t/Swift.o %t/RuntimeStubs.o
8
+// RUN: %target-codesign %t/hello
9
// RUN: %target-run %t/hello | %FileCheck %s
10
// REQUIRES: executable_test
11
// CHECK: Hello
0 commit comments