diff options
author | Jim Ingham <jingham@apple.com> | 2015-10-29 21:54:50 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2015-10-29 21:54:50 +0000 |
commit | 72b5f9bb975e2e647abbb798fa07f00f6c8d884e (patch) | |
tree | bfb98945f42a91354b2ecf990f265cc7a4b24aec /lldb/packages/Python/lldbsuite/test/terminal/TestSTTYBeforeAndAfter.py | |
parent | 7ddf7865b429ab58db1c688326afcf56ec011ced (diff) | |
download | bcm5719-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.py | 2 |
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__) |