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.
DevCommandTests.testWithNoArguments
1 parent 59dc6f9 commit 64f6466Copy full SHA for 64f6466
Tests/CartonCommandTests/DevCommandTests.swift
@@ -30,6 +30,7 @@ final class DevCommandTests: XCTestCase {
30
client = nil
31
}
32
33
+#if os(macOS)
34
func testWithNoArguments() throws {
35
let url = "http://127.0.0.1:8080"
36
@@ -59,7 +60,6 @@ final class DevCommandTests: XCTestCase {
59
60
do { try packageDirectory.appending(component: ".build").delete() } catch {}
61
62
-#if os(macOS)
63
func testWithArguments() throws {
64
let url = "http://127.0.0.1:8081"
65
0 commit comments