Skip to content

Commit 7fb943b

Browse files
committed
test/IRGen/nested_generics.swift also works on arm64
1 parent 4c7ca3e commit 7fb943b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/nested_generics.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// RUN: %FileCheck %s --check-prefix=CHECK < %t.txt
33
// RUN: %FileCheck %s --check-prefix=CHECK-CONSTANTS < %t.txt
44

5-
// REQUIRES: CPU=x86_64
5+
// REQUIRES: PTRSIZE=64
66

77
func blah<T>(_: T.Type) {}
88

0 commit comments

Comments
 (0)