From 07c988968aac519ba013f6e22f881d9d66fdfa44 Mon Sep 17 00:00:00 2001 From: Keith Seitz Date: Thu, 29 Aug 2002 16:10:13 +0000 Subject: * lib/mi-support.exp (mi_gdb_test): Add global declaration for expect_out so that callers can get at it. --- gdb/testsuite/lib/mi-support.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/testsuite/lib/mi-support.exp') diff --git a/gdb/testsuite/lib/mi-support.exp b/gdb/testsuite/lib/mi-support.exp index 44679f0..d3861e1 100644 --- a/gdb/testsuite/lib/mi-support.exp +++ b/gdb/testsuite/lib/mi-support.exp @@ -382,7 +382,7 @@ proc mi_gdb_load { arg } { proc mi_gdb_test { args } { global verbose global mi_gdb_prompt - global GDB + global GDB expect_out upvar timeout timeout if [llength $args]>2 then { -- cgit v1.1