[Lldb-commits] [lldb] r251657 - Give the test class it's own name (it was reusing the name from TestCompletions.py).

Jim Ingham via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 29 14:54:50 PDT 2015


Author: jingham
Date: Thu Oct 29 16:54:50 2015
New Revision: 251657

URL: http://llvm.org/viewvc/llvm-project?rev=251657&view=rev
Log:
Give the test class it's own name (it was reusing the name from TestCompletions.py).

Modified:
    lldb/trunk/packages/Python/lldbsuite/test/terminal/TestSTTYBeforeAndAfter.py

Modified: lldb/trunk/packages/Python/lldbsuite/test/terminal/TestSTTYBeforeAndAfter.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/terminal/TestSTTYBeforeAndAfter.py?rev=251657&r1=251656&r2=251657&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/terminal/TestSTTYBeforeAndAfter.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/terminal/TestSTTYBeforeAndAfter.py Thu Oct 29 16:54:50 2015
@@ -10,7 +10,7 @@ import os
 import lldb
 from lldbtest import *
 
-class CommandLineCompletionTestCase(TestBase):
+class TestSTTYBeforeAndAfter(TestBase):
 
     mydir = TestBase.compute_mydir(__file__)
 




More information about the lldb-commits mailing list