Rename test class appropriately.

llvm-svn: 144915
This commit is contained in:
Johnny Chen 2011-11-17 18:47:38 +00:00
parent f5e4b33f8e
commit 14c62c8d02
1 changed files with 1 additions and 1 deletions

View File

@ -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")