We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e95b8 commit a67faebCopy full SHA for a67faeb
Tests/SwiftlyTests/UseTests.swift
@@ -194,8 +194,8 @@ import Testing
194
#if os(macOS)
195
/// Tests that the xcode toolchain can be used on macOS
196
@Test(.mockedSwiftlyVersion(), .mockHomeToolchains()) func useXcode() async throws {
197
- try await self.useAndValidate(argument: ToolchainVersion.xcodeVersion.name, expectedVersion: .xcode)
198
- }
+ try await self.useAndValidate(argument: ToolchainVersion.xcodeVersion.name, expectedVersion: .xcode)
+ }
199
#endif
200
201
/// Tests that the `use` command gracefully exits when executed before any toolchains have been installed.
0 commit comments