diff options
author | Doug Evans <dje@google.com> | 2014-05-16 12:46:24 -0700 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2014-05-16 12:46:24 -0700 |
commit | d7761c2cba7af75af2feba4a0a6a0e20afaacca1 (patch) | |
tree | a5e667f13b82a2071f848cee3d5a0ff6171800af /gdb/testsuite/ChangeLog | |
parent | 0dbe70ceba9641d585de92136e20cc6f5e252647 (diff) | |
download | gdb-d7761c2cba7af75af2feba4a0a6a0e20afaacca1.zip gdb-d7761c2cba7af75af2feba4a0a6a0e20afaacca1.tar.gz gdb-d7761c2cba7af75af2feba4a0a6a0e20afaacca1.tar.bz2 |
* gdb.base/completion.exp: Check that all expected files exist
before doing file completion.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 275aa99..e411bd3 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,6 +1,8 @@ 2014-05-16 Doug Evans <dje@google.com> * gdb.base/Makefile.in (EXECUTABLES): Add completion. + * gdb.base/completion.exp: Check that all expected files exist + before doing file completion. 2014-05-16 Doug Evans <dje@google.com> |