mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-17 08:21:13 +00:00
Fixed typos from cut-and-paste errors.
llvm-svn: 109539
This commit is contained in:
parent
84a74779a1
commit
49583c207f
@ -7,7 +7,7 @@ import unittest
|
||||
import lldb
|
||||
import lldbtest
|
||||
|
||||
class TestClassTypes(lldbtest.TestBase):
|
||||
class TestDeadStrip(lldbtest.TestBase):
|
||||
|
||||
mydir = "dead-strip"
|
||||
|
||||
|
@ -5,7 +5,7 @@ import unittest
|
||||
import lldb
|
||||
import lldbtest
|
||||
|
||||
class TestClassTypes(lldbtest.TestBase):
|
||||
class TestFunctionTypes(lldbtest.TestBase):
|
||||
|
||||
mydir = "function_types"
|
||||
|
||||
|
@ -5,7 +5,7 @@ import unittest
|
||||
import lldb
|
||||
import lldbtest
|
||||
|
||||
class TestClassTypes(lldbtest.TestBase):
|
||||
class TestGlobalVariables(lldbtest.TestBase):
|
||||
|
||||
mydir = "global_variables"
|
||||
|
||||
|
@ -7,11 +7,11 @@ import unittest
|
||||
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")
|
||||
|
@ -8,7 +8,7 @@ import unittest
|
||||
import lldb
|
||||
import lldbtest
|
||||
|
||||
class TestClassTypes(lldbtest.TestBase):
|
||||
class TestOrder(lldbtest.TestBase):
|
||||
|
||||
mydir = "order"
|
||||
|
||||
|
@ -5,11 +5,11 @@ import unittest
|
||||
import lldb
|
||||
import lldbtest
|
||||
|
||||
class TestClassTypes(lldbtest.TestBase):
|
||||
class TestSetValues(lldbtest.TestBase):
|
||||
|
||||
mydir = "set_values"
|
||||
|
||||
def test_class_types(self):
|
||||
def test_set_values(self):
|
||||
"""Test settings and readings of program variables."""
|
||||
res = self.res
|
||||
exe = os.path.join(os.getcwd(), "a.out")
|
||||
|
Loading…
x
Reference in New Issue
Block a user