]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gdb.base/hashline2.exp: Fix typo.
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 3 Nov 2008 19:36:39 +0000 (19:36 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Mon, 3 Nov 2008 19:36:39 +0000 (19:36 +0000)
* gdb.base/hashline3.exp: Likewise.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/hashline2.exp
gdb/testsuite/gdb.base/hashline3.exp

index 65966acefd58eeb8f8ab94c9f89d6a3e859245ee..fa5381000a49e6a01a181effe65275d7cbb32980 100644 (file)
@@ -1,3 +1,8 @@
+2008-11-03  Andreas Schwab  <schwab@suse.de>
+
+       * gdb.base/hashline2.exp: Fix typo.
+       * gdb.base/hashline3.exp: Likewise.
+
 2008-10-30  Tom Tromey  <tromey@redhat.com>
 
        * gdb.base/pointers.exp: Add test.
index 22d051e0a7e752a9bf9f92ec1d87d1b4ce684d6c..defce6e17fb136decb751c96a2dab827f6e3a11c 100644 (file)
@@ -38,7 +38,7 @@ puts $fd "int main () { return 0; } /* set breakpoint here */"
 close $fd
 
 if { [gdb_compile "${objdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-    untested hashline1.exp
+    untested hashline2.exp
     return -1
 }
 
index 34582b19a4870dae3d57015df268ac252b949cf0..2aa12dc09eb215e126cc1ae68bcf85bad40e8032 100644 (file)
@@ -37,7 +37,7 @@ puts $fd "int main () { return 0; } /* set breakpoint here */"
 close $fd
 
 if { [gdb_compile "${objdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-    untested hashline1.exp
+    untested hashline3.exp
     return -1
 }