Skip to content

Commit 106a81f

Browse files
committed
Fix linux test
1 parent 8f9d366 commit 106a81f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/multifile/resilient-module.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %empty-directory(%t)
22
// RUN: %target-build-swift-dylib(%t/%target-library-name(A)) -enable-library-evolution -module-name A -emit-module -emit-module-path %t/A.swiftmodule %S/Inputs/resilient-module-2.swift
3-
// RUN: %target-swift-frontend -target x86_64-apple-macosx10.14 -enable-library-evolution -module-name A %S/Inputs/resilient-module-2.swift -emit-ir | %FileCheck --check-prefix=METADATA %s
3+
// RUN: %target-swift-frontend -enable-library-evolution -module-name A %S/Inputs/resilient-module-2.swift -emit-ir | %FileCheck --check-prefix=METADATA %s
44
// RUN: %target-build-swift -I%t -L%t -lA -o %t/main %target-rpath(%t) %s
55
// RUN: %target-build-swift -I%t -L%t -lA -o %t/main %target-rpath(%t) %s
66
// RUN: %target-codesign %t/main %t/%target-library-name(A)

0 commit comments

Comments
 (0)