diff options
author | Doug Evans <xdje42@gmail.com> | 2013-11-23 15:45:43 -0800 |
---|---|---|
committer | Doug Evans <xdje42@gmail.com> | 2013-11-23 15:45:43 -0800 |
commit | 985c818c2d77d70379d7b866eae73e0baa079d1b (patch) | |
tree | e75860b76a6f1fff06b32458b841e3f35d3536e8 /gdb/testsuite/ChangeLog | |
parent | f873dd7ade1d20f4f89b1d52f081c83bc37bbad7 (diff) | |
download | gdb-985c818c2d77d70379d7b866eae73e0baa079d1b.zip gdb-985c818c2d77d70379d7b866eae73e0baa079d1b.tar.gz gdb-985c818c2d77d70379d7b866eae73e0baa079d1b.tar.bz2 |
* gdb.python/py-symbol.exp: Add some comments. Make all test names unique.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 9e263d7..24bcfc6 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2013-11-23 Doug Evans <xdje42@gmail.com> + * gdb.python/py-symbol.exp: Add some comments. Make all test names + unique. + +2013-11-23 Doug Evans <xdje42@gmail.com> + * gdb.python/py-symbol.exp: Fix whitespace. 2013-11-23 Doug Evans <xdje42@gmail.com> |