Skip to content

Commit 79e7785

Browse files
authored
Update static-serialization.swift
Avoid `%host_triple` to appease macOS.
1 parent 0d2a4a8 commit 79e7785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/static-serialization.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %empty-directory(%t)
2-
// RUN: %swift-target-frontend -static -emit-module -emit-module-path %t/StaticLibrary.swiftmodule/%host_triple.swiftmodule -module-name StaticLibrary -DSTATIC_LIBRARY %s
2+
// RUN: %swift-target-frontend -static -emit-module -emit-module-path %t/StaticLibrary.swiftmodule -module-name StaticLibrary -DSTATIC_LIBRARY %s
33
// RUN: %swift-target-frontend -I%t -S %s -emit-ir -o - | %FileCheck %s
44

55
#if STATIC_LIBRARY

0 commit comments

Comments
 (0)