Skip to content

Commit 47a08e3

Browse files
authored
Enable IRGen/protocol_metadata test on Apple Silicon
1 parent 9991468 commit 47a08e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/protocol_metadata.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %target-swift-frontend -primary-file %s -emit-ir -disable-objc-attr-requires-foundation-module -enable-objc-interop | %FileCheck %s -DINT=i%target-ptrsize
22

3-
// REQUIRES: CPU=x86_64
3+
// REQUIRES: PTRSIZE=64
44

55
protocol A { func a() }
66
protocol B { func b() }

0 commit comments

Comments
 (0)