diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-11-17 18:47:38 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-11-17 18:47:38 +0000 |
commit | 14c62c8d02d425d9874fbe80cc9e5ee27f294ba1 (patch) | |
tree | 4c5b498e981126d4f588368ed9f916ab61422892 /lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py | |
parent | f5e4b33f8e0ca6b5a3107b89898e4f76ce56172e (diff) | |
download | bcm5719-llvm-14c62c8d02d425d9874fbe80cc9e5ee27f294ba1.tar.gz bcm5719-llvm-14c62c8d02d425d9874fbe80cc9e5ee27f294ba1.zip |
Rename test class appropriately.
llvm-svn: 144915
Diffstat (limited to 'lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py')
-rw-r--r-- | lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py b/lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py index 21e5d84970d..2f03df0bcb0 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 lldb import lldbutil from lldbtest import * -class TestObjCStaticMethod(TestBase): +class TestObjCClassMethod(TestBase): mydir = os.path.join("lang", "objc", "objc-class-method") |