Skip to content

Commit 7bdd9ac

Browse files
committed
Delete unused code (was being used for step-debug)
1 parent f8fb0ec commit 7bdd9ac

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Tests/SwiftFormatPluginTests/PluginRunTests.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -226,13 +226,6 @@ final class PluginRunTests: XCTestCase {
226226
]
227227
try! taskProcess.run()
228228
taskProcess.waitUntilExit()
229-
230-
setupProcess()
231-
taskProcess.arguments = [
232-
"package", "plugin", "lint-source-code",
233-
]
234-
try! taskProcess.run()
235-
taskProcess.waitUntilExit()
236229
}
237230

238231
/**

0 commit comments

Comments
 (0)