Skip to content

Commit 999a68d

Browse files
Merge pull request #35654 from aschwaighofer/disable_interop_test_on_arm64e
Disable Interop/Cxx/value-witness-table/custom-destructors-non-virtual-irgen.swift on arm64e
2 parents 869b6fa + 3822723 commit 999a68d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Interop/Cxx/value-witness-table/custom-destructors-non-virtual-irgen.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %target-swift-frontend -enable-cxx-interop -I %S/Inputs %s -emit-ir | %FileCheck %s
22

3+
// This tests output needs to be updated for arm64.
4+
// XFAIL: arm64e
5+
36
import CustomDestructor
47

58
protocol InitWithDummy {

0 commit comments

Comments
 (0)