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]

[PATCH,COMMITTED] Fix cut and paste error in test suite


I noticed this cut and paste error in the gdb testsuite.  I've committed the patch as obvious.
Thanks,
Catherine


2016-11-11  Catherine Moore  <clm@codesourcery.com>

        * gdb.base/dump.exp: Identify verilog format dump tests as such.

diff --git a/gdb/testsuite/gdb.base/dump.exp b/gdb/testsuite/gdb.base/dump.exp
index 289abb5..a38f9d1 100644
--- a/gdb/testsuite/gdb.base/dump.exp
+++ b/gdb/testsuite/gdb.base/dump.exp
@@ -152,10 +152,10 @@ make_dump_file "dump tekhex val [set intstr1.tekhex] intstruct" \
        "dump struct as value, tekhex"

 make_dump_file "dump verilog val [set intarr1.verilog] intarray" \
-       "dump array as value, intel hex"
+       "dump array as value, verilog"

 make_dump_file "dump verilog val [set intstr1.verilog] intstruct" \
-       "dump struct as value, intel hex"
+       "dump struct as value, verilog"

 proc capture_value { expression args } {
     global gdb_prompt





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