diff options
Diffstat (limited to 'gdb/testsuite/gdb.testsuite')
-rw-r--r-- | gdb/testsuite/gdb.testsuite/gdb-caching-proc.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.testsuite/gdb-caching-proc.exp b/gdb/testsuite/gdb.testsuite/gdb-caching-proc.exp index de35c04..33a21df 100644 --- a/gdb/testsuite/gdb.testsuite/gdb-caching-proc.exp +++ b/gdb/testsuite/gdb.testsuite/gdb-caching-proc.exp @@ -12,7 +12,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -gdb_caching_proc gdb_testsuite_gdb_caching_proc_exp_noarg { +gdb_caching_proc gdb_testsuite_gdb_caching_proc_exp_noarg {} { incr ::count return 1 } |