This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH,COMMITTED] Fix cut and paste error in test suite
- From: "Moore, Catherine" <Catherine_Moore at mentor dot com>
- To: "gdb-patches at sourceware dot org" <gdb-patches at sourceware dot org>
- Cc: "andrew dot burgess at embecosm dot com" <andrew dot burgess at embecosm dot com>
- Date: Fri, 11 Nov 2016 15:43:49 +0000
- Subject: [PATCH,COMMITTED] Fix cut and paste error in test suite
- Authentication-results: sourceware.org; auth=none
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