Skip to content

Commit 37fe4da

Browse files
authored
Merge pull request swiftlang#75201 from swiftlang/gaborh/fix-armd64e-test
[cxx-interop] Fix test failure for arm64e test
2 parents 846a861 + 6db7f0b commit 37fe4da

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)