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]

[commit] Fix typo in dw4-sig-types.exp


Hi.

I've committed this to cvs head and the 7.5 branch.

2012-07-30  Doug Evans  <dje@google.com>

	* gdb.dwarf2/dw4-sig-types.exp: Fix typo.

Index: gdb.dwarf2/dw4-sig-types.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.dwarf2/dw4-sig-types.exp,v
retrieving revision 1.5
diff -u -p -r1.5 dw4-sig-types.exp
--- gdb.dwarf2/dw4-sig-types.exp	27 Jun 2012 17:00:09 -0000	1.5
+++ gdb.dwarf2/dw4-sig-types.exp	30 Jul 2012 16:31:15 -0000
@@ -21,7 +21,7 @@ standard_testfile .cc dw4-sig-types-b.cc
 # Since we pass an explicit -gdwarf-4 to the compiler, we let
 # that be the test of whether the target supports it.
 
-if { [prepare_for_testing "${test}.exp" "${testfile}" \
+if { [prepare_for_testing "${testfile}.exp" "${testfile}" \
 	  [list $srcfile $srcfile2] \
 	  {debug c++ additional_flags=-gdwarf-4}] } {
     return -1


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