Skip to content

Commit 299228c

Browse files
committed
This test does not work on arm64e
The expected output would be different. The output for arm64e will change once this work is finished so it makes no sense to adjust the test for it now.
1 parent 87d3547 commit 299228c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/relative_protocol_witness_table.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %target-swift-frontend -enable-relative-protocol-witness-tables -module-name A -primary-file %s -emit-ir | %FileCheck %s
22

3-
// REQUIRES: CPU=x86_64 || CPU=arm64 || CPU=arm64e
3+
// REQUIRES: CPU=x86_64 || CPU=arm64
44

55
protocol FuncOnly {
66
func a()

0 commit comments

Comments
 (0)