[test] Fix typo in rdar162800185.swift

I meant to use `%t` here.
This commit is contained in:
Hamish Knight
2025-11-04 13:50:48 +00:00
parent adb7aaa8cd
commit 01f3cb6017

View File

@@ -2,9 +2,9 @@
// RUN: split-file %s %t
// Make sure we can resolve the conformance to DistributedActor from a secondary.
// RUN: %target-swift-frontend -c -module-name main -target %target-swift-5.7-abi-triple %t/a.swift %t/b.swift -o %/tmp
// 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
// 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
// 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
// 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
// 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
// REQUIRES: concurrency
// REQUIRES: distributed