Skip to content

Commit 9bbdc8a

Browse files
Merge pull request #18669 from aschwaighofer/fix_macho_objc_sections_test
Fix test/IRGen/MachO-objc-sections.swift on bots where the simulator …
2 parents ea6627c + ecb6053 commit 9bbdc8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/MachO-objc-sections.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %swift -target x86_64-apple-ios8.0 -parse-stdlib -enable-objc-interop -disable-objc-attr-requires-foundation-module -I %S/Inputs/usr/include -emit-ir %s -o - | %FileCheck %s -check-prefix CHECK-MACHO
1+
// RUN: %swift -target arm64-apple-ios8.0 -parse-stdlib -enable-objc-interop -disable-objc-attr-requires-foundation-module -I %S/Inputs/usr/include -emit-ir %s -o - | %FileCheck %s -check-prefix CHECK-MACHO
22

33
// REQUIRES: OS=ios
44

0 commit comments

Comments
 (0)