From cbb4be0c930748b70361dc8c290e01a00d09e09b Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Wed, 1 Sep 2010 19:59:58 +0000 Subject: Changed the test case class names to be noun-like instead of verb-like. llvm-svn: 112732 --- lldb/test/command_source/TestCommandSource.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/test/command_source/TestCommandSource.py') diff --git a/lldb/test/command_source/TestCommandSource.py b/lldb/test/command_source/TestCommandSource.py index 1a78a7f4285..b7ae947c5ce 100644 --- a/lldb/test/command_source/TestCommandSource.py +++ b/lldb/test/command_source/TestCommandSource.py @@ -9,7 +9,7 @@ import unittest2 import lldb from lldbtest import * -class TestCommandSource(TestBase): +class CommandSourceTestCase(TestBase): mydir = "command_source" -- cgit v1.2.3