Skip to content

Commit e0e4e84

Browse files
committed
tests: temporarily disable an IDE test which is failing in rebranch
rdar://102151774
1 parent f425443 commit e0e4e84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/IDE/print_clang_header.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// FIXME: rdar://problem/19648117 Needs splitting objc parts out
22
// REQUIRES: objc_interop
33

4+
// REQUIRES: rdar102151774
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

0 commit comments

Comments
 (0)