Skip to content

Commit 71d95b8

Browse files
committed
[interop] fix the test/PrintAsObjC/empty.swift for C++ interop
1 parent d76c45d commit 71d95b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/PrintAsObjC/empty.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
// RUN: %check-in-clang -std=c99 %t/empty.h
66
// RUN: %check-in-clang -std=c11 %t/empty.h
7-
// RUN: %check-cxx-header-in-clang -x objective-c++-header -std=c++98 %t/empty.h
7+
// RUN: %check-cxx-header-in-clang -x objective-c++-header -std=c++11 %t/empty.h
88
// RUN: %check-cxx-header-in-clang -x objective-c++-header -std=c++14 %t/empty.h
99

1010
// RUN: %check-in-clang -std=c99 -fno-modules -Qunused-arguments %t/empty.h

0 commit comments

Comments
 (0)