diff options
Diffstat (limited to 'lldb/test/command_source/TestCommandSource.py')
-rw-r--r-- | lldb/test/command_source/TestCommandSource.py | 2 |
1 files changed, 1 insertions, 1 deletions
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" |