From b78900e0ab52fc9daec13fe2f01b6f4af1cc8870 Mon Sep 17 00:00:00 2001 From: Raphael Isemann Date: Tue, 3 Sep 2019 09:21:47 +0000 Subject: [PATCH] [lldb][NFC] Simplify script_alias test llvm-svn: 370718 --- .../test/commands/command/script_alias/TestCommandScriptAlias.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lldb/packages/Python/lldbsuite/test/commands/command/script_alias/TestCommandScriptAlias.py b/lldb/packages/Python/lldbsuite/test/commands/command/script_alias/TestCommandScriptAlias.py index e454365..515cbf1 100644 --- a/lldb/packages/Python/lldbsuite/test/commands/command/script_alias/TestCommandScriptAlias.py +++ b/lldb/packages/Python/lldbsuite/test/commands/command/script_alias/TestCommandScriptAlias.py @@ -13,10 +13,7 @@ class CommandScriptAliasTestCase(TestBase): mydir = TestBase.compute_mydir(__file__) - def test(self): - self.pycmd_tests() - - def pycmd_tests(self): + def test_pycmd(self): self.runCmd("command script import tcsacmd.py") self.runCmd("command script add -f tcsacmd.some_command_here attach") -- 2.7.4