summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/terminal/TestSTTYBeforeAndAfter.py
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2015-10-29 21:54:50 +0000
committerJim Ingham <jingham@apple.com>2015-10-29 21:54:50 +0000
commit72b5f9bb975e2e647abbb798fa07f00f6c8d884e (patch)
treebfb98945f42a91354b2ecf990f265cc7a4b24aec /lldb/packages/Python/lldbsuite/test/terminal/TestSTTYBeforeAndAfter.py
parent7ddf7865b429ab58db1c688326afcf56ec011ced (diff)
downloadbcm5719-llvm-72b5f9bb975e2e647abbb798fa07f00f6c8d884e.tar.gz
bcm5719-llvm-72b5f9bb975e2e647abbb798fa07f00f6c8d884e.zip
Give the test class it's own name (it was reusing the name from TestCompletions.py).
llvm-svn: 251657
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/terminal/TestSTTYBeforeAndAfter.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/terminal/TestSTTYBeforeAndAfter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/terminal/TestSTTYBeforeAndAfter.py b/lldb/packages/Python/lldbsuite/test/terminal/TestSTTYBeforeAndAfter.py
index 4032f023c34..7184ffac909 100644
--- a/lldb/packages/Python/lldbsuite/test/terminal/TestSTTYBeforeAndAfter.py
+++ b/lldb/packages/Python/lldbsuite/test/terminal/TestSTTYBeforeAndAfter.py
@@ -10,7 +10,7 @@ import os
import lldb
from lldbtest import *
-class CommandLineCompletionTestCase(TestBase):
+class TestSTTYBeforeAndAfter(TestBase):
mydir = TestBase.compute_mydir(__file__)
OpenPOWER on IntegriCloud