File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 11// FIXME: rdar://problem/19648117 Needs splitting objc parts out
22// REQUIRES: objc_interop
33
4+ // UNSUPPORTED: CPU=arm64_32
5+
46// RUN: echo '#include "header-to-print.h"' > %t.m
57// 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
68// RUN: diff -u %S/Inputs/print_clang_header/header-to-print.h.printed.txt %t.txt
Original file line number Diff line number Diff line change 33// RUN: %S/Inputs/print_clang_header_swift_name.h -skip-unavailable --cc-args %target-cc-options \
44// RUN: -isysroot %clang-importer-sdk-path -fsyntax-only %t.m -I %S/Inputs | %FileCheck %s
55
6+ // UNSUPPORTED: CPU=arm64_32
7+
68// REQUIRES: objc_interop
79
810// CHECK: enum Normal : Int {
You can’t perform that action at this time.
0 commit comments