Skip to content

Commit 1b914e1

Browse files
committed
[lldb][test] Remove debug code from TestCommandScriptAlias.py
Also fixes our Windows on Arm bot.
1 parent 249f074 commit 1b914e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/test/API/commands/command/script_alias/TestCommandScriptAlias.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ class CommandScriptAliasTestCase(TestBase):
1111
NO_DEBUG_INFO_TESTCASE = True
1212

1313
def test_pycmd(self):
14-
self.runCmd("log enable -f /tmp/gdb.log gdb-remote all")
1514
self.runCmd("command script import tcsacmd.py")
1615
self.runCmd("command script add -f tcsacmd.some_command_here attach")
1716

0 commit comments

Comments
 (0)