diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2010-08-24 20:48:28 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2010-08-24 20:48:28 +0000 |
| commit | 9d2bd8301d536ab7a224f9199fb5158b75a93deb (patch) | |
| tree | c5ab36e70983a0cb0da9b13898a6982d6370ff24 /lldb/test/bitfields/TestBitfields.py | |
| parent | da34de159984fd3dcc7d9665fcd7fe9f651a1b61 (diff) | |
| download | bcm5719-llvm-9d2bd8301d536ab7a224f9199fb5158b75a93deb.tar.gz bcm5719-llvm-9d2bd8301d536ab7a224f9199fb5158b75a93deb.zip | |
More descriptive method doc string.
llvm-svn: 111960
Diffstat (limited to 'lldb/test/bitfields/TestBitfields.py')
| -rw-r--r-- | lldb/test/bitfields/TestBitfields.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/bitfields/TestBitfields.py b/lldb/test/bitfields/TestBitfields.py index 75a6d13792d..be8e7fbe055 100644 --- a/lldb/test/bitfields/TestBitfields.py +++ b/lldb/test/bitfields/TestBitfields.py @@ -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) |

