Index: gdb/testsuite/gdb.cp/namespace-nested-import.exp |
diff --git a/gdb/testsuite/gdb.cp/namespace-nested-import.exp b/gdb/testsuite/gdb.cp/namespace-nested-import.exp |
index f0a934b772e185d7f75cba33214783e570c8fd4b..24507ce8d11603732fc1c7e5851ca435aae159b9 100644 |
--- a/gdb/testsuite/gdb.cp/namespace-nested-import.exp |
+++ b/gdb/testsuite/gdb.cp/namespace-nested-import.exp |
@@ -13,26 +13,13 @@ |
# You should have received a copy of the GNU General Public License |
# along with this program. If not, see <http://www.gnu.org/licenses/>. |
-if $tracelevel then { |
- strace $tracelevel |
-} |
+standard_testfile .cc |
-set testfile namespace-nested-import |
-set srcfile ${testfile}.cc |
-set binfile ${objdir}/${subdir}/${testfile} |
-if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug c++}] != "" } { |
- untested "Couldn't compile test program" |
+if {[prepare_for_testing $testfile.exp $testfile $srcfile {debug c++}]} { |
return -1 |
} |
-# Get things started. |
- |
-gdb_exit |
-gdb_start |
-gdb_reinitialize_dir $srcdir/$subdir |
-gdb_load ${binfile} |
- |
############################################ |
# Test printing of a variable from a nested |
# in a namespace inner to the one which has |