Fixed typos from cut-and-paste errors.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@109539 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/load_unload/TestLoadUnload.py b/test/load_unload/TestLoadUnload.py
index 13c6d0e..5547e9c 100644
--- a/test/load_unload/TestLoadUnload.py
+++ b/test/load_unload/TestLoadUnload.py
@@ -7,11 +7,11 @@
 import lldb
 import lldbtest
 
-class TestClassTypes(lldbtest.TestBase):
+class TestLoadUnload(lldbtest.TestBase):
 
     mydir = "load_unload"
 
-    def test_dead_strip(self):
+    def test_load_unload(self):
         """Test breakpoint by name works correctly with dlopen'ing."""
         res = self.res
         exe = os.path.join(os.getcwd(), "a.out")