2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>

* gdb.cp/namespace-using.exp: Rename to nsusing.exp.
	* gdb.cp/namespace-using.cc: Rename to nsusing.cc.
This commit is contained in:
Sami Wagiaalla
2010-01-27 18:04:57 +00:00
parent 771deb084e
commit de958931bc
3 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
* gdb.cp/namespace-using.exp: Rename to nsusing.exp.
* gdb.cp/namespace-using.cc: Rename to nsusing.cc.
2010-01-26 Tom Tromey <tromey@redhat.com> 2010-01-26 Tom Tromey <tromey@redhat.com>
PR exp/7643: PR exp/7643:

View File

@ -20,7 +20,7 @@ if $tracelevel then {
set prms_id 0 set prms_id 0
set bug_id 0 set bug_id 0
set testfile namespace-using set testfile nsusing
set srcfile ${testfile}.cc set srcfile ${testfile}.cc
set binfile ${objdir}/${subdir}/${testfile} set binfile ${objdir}/${subdir}/${testfile}
if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug c++}] != "" } { if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug c++}] != "" } {