Skip to content

Commit 1a3c8a6

Browse files
committed
Tests: fix unsupported OS name in IRGen/lto_autolink.swift
rdar://122672371
1 parent 40ba5e2 commit 1a3c8a6

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
@@ -44,7 +44,7 @@ import AutolinkModuleMapLink
4444
#endif
4545

4646
// UNSUPPORTED: OS=macosx && CPU=arm64
47-
// UNSUPPORTED: OS=iphoneos && CPU=arm64e
47+
// UNSUPPORTED: OS=ios && CPU=arm64e
4848
// UNSUPPORTED: OS=watchos && CPU=arm64_32
4949
// UNSUPPORTED: OS=linux-gnu && CPU=aarch64
5050
// UNSUPPORTED: CPU=wasm32

0 commit comments

Comments
 (0)