NFC. Corrects name of test class and a comment.

llvm-svn: 258433
This commit is contained in:
Adrian McCarthy 2016-01-21 21:10:00 +00:00
parent 783550be62
commit f0a275e035
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ import lldb
from lldbsuite.test.lldbtest import *
import lldbsuite.test.lldbutil as lldbutil
class UnsignedTypesTestCase(TestBase):
class SignedTypesTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
@ -48,7 +48,7 @@ class UnsignedTypesTestCase(TestBase):
self.expect("breakpoint list -f", BREAKPOINT_HIT_ONCE,
substrs = [' resolved, hit count = 1'])
# Execute the assignment statement.
# Execute the puts().
self.runCmd("thread step-over")
# Test that signed types display correctly.