Skip to content

Commit d7d52e0

Browse files
authored
Fix missing prefix rename to fixturePath in MiscellaneousTests.swift (#4130)
1 parent e58e1c2 commit d7d52e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/FunctionalTests/MiscellaneousTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ class MiscellaneousTestCase: XCTestCase {
581581
} catch {
582582
#if os(macOS) && arch(arm64)
583583
// Add some logging but ignore the failure for an environment being investigated.
584-
let (stdout, stderr) = try executeSwiftTest(prefix, extraArgs: ["-v"])
584+
let (stdout, stderr) = try executeSwiftTest(fixturePath, extraArgs: ["-v"])
585585
print("testTestsCanLinkAgainstExecutable failed")
586586
print("ENV:\n")
587587
for (k, v) in ProcessEnv.vars.sorted(by: { $0.key < $1.key }) {

0 commit comments

Comments
 (0)