Skip to content

Commit d459133

Browse files
committed
Disable Interop/Cxx/value-witness-table/custom-destructors-non-virtual-irgen.swift on arm64e the 2nd
The previous PR missed the part. rdar://73755064
1 parent 748339a commit d459133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %target-swift-frontend -enable-cxx-interop -I %S/Inputs %s -emit-ir | %FileCheck %s
22

33
// This tests output needs to be updated for arm64.
4-
// XFAIL: arm64e
4+
// XFAIL: CPU=arm64e
55

66
import CustomDestructor
77

0 commit comments

Comments
 (0)