Skip to content

Commit a0652cc

Browse files
committed
test/IRGen/objc_extensions.swift passes on arm64 too
1 parent 447d9ee commit a0652cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/objc_extensions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RUN: %target-swift-frontend(mock-sdk: -sdk %S/Inputs -I %t) -disable-objc-attr-requires-foundation-module -emit-module %S/Inputs/objc_extension_base.swift -o %t
44
// RUN: %target-swift-frontend(mock-sdk: -sdk %S/Inputs -I %t) -primary-file %s -emit-ir -g | %FileCheck %s
55

6-
// REQUIRES: CPU=x86_64
6+
// REQUIRES: CPU=x86_64 || CPU=arm64
77
// REQUIRES: objc_interop
88

99
import Foundation

0 commit comments

Comments
 (0)