Skip to content

Commit 7113309

Browse files
committed
Tests: fix unsupported OS name in IRGen/lto_autolink.swift
rdar://122672371
1 parent 4f99f9d commit 7113309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/lto_autolink.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ import AutolinkModuleMapLink
6363
#endif
6464

6565
// UNSUPPORTED: OS=macosx && CPU=arm64
66-
// UNSUPPORTED: OS=iphoneos && CPU=arm64e
66+
// UNSUPPORTED: OS=ios && CPU=arm64e
6767
// UNSUPPORTED: OS=watchos && CPU=arm64_32
6868
// UNSUPPORTED: OS=linux-gnu && CPU=aarch64

0 commit comments

Comments
 (0)