More descriptive method doc string.

llvm-svn: 111960
This commit is contained in:
Johnny Chen 2010-08-24 20:48:28 +00:00
parent da34de1599
commit 9d2bd8301d
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ class TestBitfields(TestBase):
@unittest2.expectedFailure
def test_variable_list_for_bitfields(self):
"""Test 'variable list ...' and check for correct display."""
"""Test 'variable list ...' on a variable with bitfields."""
exe = os.path.join(os.getcwd(), "a.out")
self.runCmd("file " + exe, CURRENT_EXECUTABLE_SET)