Skip to content

Commit 8bfe9d0

Browse files
authored
Merge pull request swiftlang#72166 from xymus/fix-lto-autolink
Tests: fix typo in unsupported statement in IRGen/lto_autolink.swift
2 parents 0ef978a + 1a3c8a6 commit 8bfe9d0

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)