commit | 14c62c8d02d425d9874fbe80cc9e5ee27f294ba1 | [log] [tgz] |
---|---|---|
author | Johnny Chen <johnny.chen@apple.com> | Thu Nov 17 18:47:38 2011 +0000 |
committer | Johnny Chen <johnny.chen@apple.com> | Thu Nov 17 18:47:38 2011 +0000 |
tree | 4c5b498e981126d4f588368ed9f916ab61422892 | |
parent | f5e4b33f8e0ca6b5a3107b89898e4f76ce56172e [diff] [blame] |
Rename test class appropriately. llvm-svn: 144915
diff --git a/lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py b/lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py index 21e5d84..2f03df0 100644 --- a/lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py +++ b/lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py
@@ -6,7 +6,7 @@ import lldbutil from lldbtest import * -class TestObjCStaticMethod(TestBase): +class TestObjCClassMethod(TestBase): mydir = os.path.join("lang", "objc", "objc-class-method")