Skip to content

Commit 15ae86c

Browse files
committed
Remove clear alias to be added later to both test and run cmds
1 parent 063b5c4 commit 15ae86c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Sources/Commands/Utilities/TestingSupport.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -536,9 +536,6 @@ final class DebugTestRunner {
536536
let xctestFailureBreakpoint = "-s libXCTest.so -n \"XCTest.XCTestCase.recordFailure\""
537537
#endif
538538

539-
// Add clear screen alias
540-
lldbCommands.append("command alias clear script print(\"\\033[H\\033[J\", end=\"\")")
541-
542539
// Add failure breakpoint commands based on available libraries
543540
if hasSwiftTesting && hasXCTest {
544541
lldbCommands.append("command alias failbreak script lldb.debugger.HandleCommand('breakpoint set \(swiftTestingFailureBreakpoint)'); lldb.debugger.HandleCommand('breakpoint set \(xctestFailureBreakpoint)')")

0 commit comments

Comments
 (0)