Skip to content

Commit 01f3cb6

Browse files
committed
[test] Fix typo in rdar162800185.swift
I meant to use `%t` here.
1 parent adb7aaa commit 01f3cb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/Distributed/rdar162800185.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
// RUN: split-file %s %t
33

44
// Make sure we can resolve the conformance to DistributedActor from a secondary.
5-
// RUN: %target-swift-frontend -c -module-name main -target %target-swift-5.7-abi-triple %t/a.swift %t/b.swift -o %/tmp
6-
// RUN: %target-swift-frontend -c -module-name main -target %target-swift-5.7-abi-triple -primary-file %t/a.swift %t/b.swift -o %/tmp
7-
// RUN: %target-swift-frontend -c -module-name main -target %target-swift-5.7-abi-triple %t/a.swift -primary-file %t/b.swift -o %/tmp
5+
// RUN: %target-swift-frontend -c -module-name main -target %target-swift-5.7-abi-triple %t/a.swift %t/b.swift -o %t/out.o
6+
// RUN: %target-swift-frontend -c -module-name main -target %target-swift-5.7-abi-triple -primary-file %t/a.swift %t/b.swift -o %t/out.o
7+
// RUN: %target-swift-frontend -c -module-name main -target %target-swift-5.7-abi-triple %t/a.swift -primary-file %t/b.swift -o %t/out.o
88

99
// REQUIRES: concurrency
1010
// REQUIRES: distributed

0 commit comments

Comments
 (0)