Skip to content

Commit 7a6e0e9

Browse files
committed
Revert "PrintAsObjc Test: Test compatibility headers for C"
This reverts commit d5b3132.
1 parent 4c0ac78 commit 7a6e0e9

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

test/PrintAsObjC/cdecl-imports.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) %s -parse-as-library -typecheck -verify -emit-objc-header-path %t/swift.h
33
// RUN: %FileCheck %s < %t/swift.h
44
// RUN: %check-in-clang %t/swift.h
5-
// RUN: %check-in-clang-c %t/swift.h
65
// RUN: %check-in-clang-cxx %t/swift.h
76

87
// REQUIRES: objc_interop

test/PrintAsObjC/cdecl.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// RUN: %FileCheck %s < %t/cdecl.h
55
// RUN: %check-in-clang %t/cdecl.h
66
// RUN: %check-in-clang -fno-modules -Qunused-arguments %t/cdecl.h -include ctypes.h -include CoreFoundation.h
7-
// RUN: %check-in-clang-c -fno-modules -Qunused-arguments %t/cdecl.h -include ctypes.h -include CoreFoundation.h
87
// RUN: %check-in-clang-cxx -fno-modules -Qunused-arguments %t/cdecl.h -include ctypes.h -include CoreFoundation.h
98

109
// REQUIRES: objc_interop

test/PrintAsObjC/lit.local.cfg

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@ config.substitutions.insert(0, ('%check-in-clang',
1010
'-I %%clang-include-dir '
1111
'-isysroot %r/Inputs/clang-importer-sdk' % config.test_source_root) )
1212

13-
config.substitutions.insert(0, ('%check-in-clang-c',
14-
'%%clang -fsyntax-only -x c-header -std=c99 -fobjc-arc -fmodules '
15-
'-fmodules-validate-system-headers '
16-
'-Weverything -Werror -Wno-unused-macros -Wno-incomplete-module '
17-
'-Wno-auto-import '
18-
'-F %%clang-importer-sdk-path/frameworks '
19-
'-I %%clang-include-dir '
20-
'-isysroot %r/Inputs/clang-importer-sdk' % config.test_source_root) )
21-
2213
config.substitutions.insert(0, ('%check-in-clang-cxx',
2314
'%%clang -fsyntax-only -x objective-c++-header -std=c++17 '
2415
'-fobjc-arc -fmodules -fmodules-validate-system-headers '

0 commit comments

Comments
 (0)