From 72b5f9bb975e2e647abbb798fa07f00f6c8d884e Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Thu, 29 Oct 2015 21:54:50 +0000 Subject: Give the test class it's own name (it was reusing the name from TestCompletions.py). llvm-svn: 251657 --- lldb/packages/Python/lldbsuite/test/terminal/TestSTTYBeforeAndAfter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/packages/Python') 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__) -- cgit v1.2.3