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 f425443 commit e0e4e84Copy full SHA for e0e4e84
test/IDE/print_clang_header.swift
@@ -1,6 +1,8 @@
1
// FIXME: rdar://problem/19648117 Needs splitting objc parts out
2
// REQUIRES: objc_interop
3
4
+// REQUIRES: rdar102151774
5
+
6
// RUN: echo '#include "header-to-print.h"' > %t.m
7
// RUN: %target-swift-ide-test(mock-sdk: %clang-importer-sdk) -source-filename %s -print-header -header-to-print %S/Inputs/print_clang_header/header-to-print.h -print-regular-comments -enable-objc-interop -disable-objc-attr-requires-foundation-module --cc-args %target-cc-options -isysroot %clang-importer-sdk-path -fsyntax-only %t.m -I %S/Inputs/print_clang_header > %t.txt
8
// RUN: diff -u %S/Inputs/print_clang_header/header-to-print.h.printed.txt %t.txt
0 commit comments