Skip to content

Commit 5392ce7

Browse files
authored
Merge pull request swiftlang#63162 from aschwaighofer/disable_relative_protocol_witness_table_2nd
Really disable test IRGen/relative_protocol_witness_table.swift
2 parents 336af60 + 25f7d7c commit 5392ce7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/IRGen/relative_protocol_witness_table.swift

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

33
// REQUIRES: CPU=x86_64 || CPU=arm64
4+
// UNSUPPORTED: CPU=arm64e
45

56
protocol FuncOnly {
67
func a()

0 commit comments

Comments
 (0)