Skip to content

Commit 6db7f0b

Browse files
author
Gabor Horvath
committed
[cxx-interop] Fix test failure for arm64e test
This is a fallout from emitting Swift StdLib dependencies when all public decls are emitted. This was not found before because the test was not executed by the CI. rdar://131556373
1 parent 9d63e0f commit 6db7f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Interop/SwiftToCxx/class/swift-class-virtual-method-dispatch-arm64e.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// RUN: %target-swift-frontend %S/swift-class-virtual-method-dispatch.swift -typecheck -module-name Class -clang-header-expose-decls=all-public -emit-clang-header-path %t/class.h
33
// RUN: %FileCheck %s < %t/class.h
44

5-
// RUN: %check-interop-cxx-header-in-clang(%t/class.h)
5+
// RUN: %check-interop-cxx-header-in-clang(%t/class.h -DSWIFT_CXX_INTEROP_HIDE_STL_OVERLAY)
66

77
// REQUIRES: CPU=arm64e
88

0 commit comments

Comments
 (0)