Index: gdb/testsuite/gdb.ada/formatted_ref.exp |
diff --git a/gdb/testsuite/gdb.ada/formatted_ref.exp b/gdb/testsuite/gdb.ada/formatted_ref.exp |
index 8341dca43c604c710b80f5632087eb68080f5d70..26e258b943f57884ff9d3e7b87ce9fc9baf25edc 100644 |
--- a/gdb/testsuite/gdb.ada/formatted_ref.exp |
+++ b/gdb/testsuite/gdb.ada/formatted_ref.exp |
@@ -1,4 +1,4 @@ |
-# Copyright 2007-2012 Free Software Foundation, Inc. |
+# Copyright 2007-2013 Free Software Foundation, Inc. |
# |
# This program is free software; you can redistribute it and/or modify |
# it under the terms of the GNU General Public License as published by |
@@ -26,13 +26,8 @@ |
load_lib "ada.exp" |
-set testdir "formatted_ref" |
-set testfile "${testdir}/formatted_ref" |
-set srcfile ${srcdir}/${subdir}/${testfile}.adb |
-set binfile ${objdir}/${subdir}/${testfile} |
+standard_ada_testfile formatted_ref |
- |
-file mkdir ${objdir}/${subdir}/${testdir} |
if {[gdb_compile_ada "${srcfile}" "${binfile}" executable [list debug ]] != "" } { |
untested formatted-ref.exp |
return -1 |