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 58da061 commit 68b5805Copy full SHA for 68b5805
test/stdlib/os_log_format.m
@@ -1,6 +1,7 @@
1
// RUN: %empty-directory(%t)
2
// RUN: %clang %target-cc-options -g -O0 -isysroot %sdk -I %swift_src_root/stdlib/public/SDK/os -framework Foundation %swift_src_root/stdlib/public/SDK/os/format.m %swift_src_root/stdlib/public/SDK/os/os_trace_blob.c %s -o %t/os_log_format
3
// RUN: %target-run %t/os_log_format | %FileCheck %s
4
+// REQUIRES: rdar41380265
5
6
// REQUIRES: objc_interop
7
0 commit comments