Skip to content

Commit 1548e76

Browse files
committed
Revert "PrintAsObjC Test: Extract what needs Objective-C out of cdecl-official"
This reverts commit a55b190.
1 parent dcca587 commit 1548e76

File tree

2 files changed

+3
-24
lines changed

2 files changed

+3
-24
lines changed

test/PrintAsObjC/cdecl-official-for-objc-clients.swift

Lines changed: 0 additions & 23 deletions
This file was deleted.

test/PrintAsObjC/cdecl-official.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
/// Generate cdecl.h
55
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) \
66
// RUN: %t/Lib.swift -emit-module -verify -o %t -emit-module-doc \
7-
// RUN: -emit-clang-header-path %t/cdecl.h \
7+
// RUN: -emit-objc-header-path %t/cdecl.h \
88
// RUN: -enable-experimental-feature CDecl
99

1010
/// Check cdecl.h directly
1111
// RUN: %FileCheck %s --input-file %t/cdecl.h
12+
// RUN: %check-in-clang %t/cdecl.h
1213
// RUN: %check-in-clang-c %t/cdecl.h -Wnullable-to-nonnull-conversion
14+
// RUN: %check-in-clang-cxx %t/cdecl.h
1315

1416
/// Build a client against cdecl.h
1517
// RUN: %clang -c %t/Client.c -fmodules -I %t \

0 commit comments

Comments
 (0)