This is the mail archive of the gdb-patches@sourceware.org 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]

Fix testsuite typos


Committed.

Andreas.

2008-11-03  Andreas Schwab  <schwab@suse.de>

	* gdb.base/hashline2.exp: Fix typo.
	* gdb.base/hashline3.exp: Likewise.
 
--- gdb.base/hashline2.exp.~1.1.~	2008-04-17 19:54:05.000000000 +0200
+++ gdb.base/hashline2.exp	2008-11-03 20:31:47.000000000 +0100
@@ -38,7 +38,7 @@ puts $fd "int main () { return 0; } /* s
 close $fd
 
 if { [gdb_compile "${objdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-    untested hashline1.exp
+    untested hashline2.exp
     return -1
 }
 
--- gdb.base/hashline3.exp.~1.1.~	2008-04-17 19:54:05.000000000 +0200
+++ gdb.base/hashline3.exp	2008-11-03 20:31:57.000000000 +0100
@@ -37,7 +37,7 @@ puts $fd "int main () { return 0; } /* s
 close $fd
 
 if { [gdb_compile "${objdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-    untested hashline1.exp
+    untested hashline3.exp
     return -1
 }
 

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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