This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

sim testsuite cleanup


Committed,
Ben

2004-05-12  Ben Elliston  <bje@au.ibm.com>

	* lib/sim-defs.exp: Remove stray semicolons.

Index: lib/sim-defs.exp
===================================================================
RCS file: /cvs/src/src/sim/testsuite/lib/sim-defs.exp,v
retrieving revision 1.5
diff -u -p -r1.5 sim-defs.exp
--- lib/sim-defs.exp	23 Jan 2004 03:15:27 -0000	1.5
+++ lib/sim-defs.exp	12 May 2004 03:32:09 -0000
@@ -93,7 +93,7 @@ proc sim_run { prog sim_opts prog_opts r
 	set prog [remote_download host $prog]
 	if { $prog == "" } {
 	    error "download failed"
-	    return -1;
+	    return -1
 	}
     }
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]