diff options
author | Tom Tromey <tromey@redhat.com> | 2013-08-22 13:46:21 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-08-22 13:46:21 +0000 |
commit | 16cfcbc2025e1daee61dbc3755dd143f00de0a0a (patch) | |
tree | d8be1358b0c3c59e1e54773000736224783e9cc5 /gdb/testsuite/ChangeLog | |
parent | 44ee81740e186301bc8442096db49bd77117b7a5 (diff) | |
download | gdb-16cfcbc2025e1daee61dbc3755dd143f00de0a0a.zip gdb-16cfcbc2025e1daee61dbc3755dd143f00de0a0a.tar.gz gdb-16cfcbc2025e1daee61dbc3755dd143f00de0a0a.tar.bz2 |
use standard_temp_file in another caching proc
In an earlier patch I forgot to change the caching proc in cell.exp to
use standard_temp_file. This fixes the oversight.
Tested on x86-64 Fedora 18.
* lib/cell.exp (skip_cell_tests): Use standard_temp_file.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index c826d4e..b53ec2d 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2013-08-22 Tom Tromey <tromey@redhat.com> + * lib/cell.exp (skip_cell_tests): Use standard_temp_file. + +2013-08-22 Tom Tromey <tromey@redhat.com> + * gdb.dwarf2/dw2-basic.exp: Use gdb_remote_download. * gdb.dwarf2/dw2-compressed.exp: Use gdb_remote_download. * gdb.dwarf2/dw2-intercu.exp: Use gdb_remote_download. |