diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/wchar.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/wchar.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/wchar.exp b/gdb/testsuite/gdb.base/wchar.exp index 8757cca4017..b3d30193853 100644 --- a/gdb/testsuite/gdb.base/wchar.exp +++ b/gdb/testsuite/gdb.base/wchar.exp @@ -13,8 +13,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -set testfile wchar -set srcfile ${testfile}.c +standard_testfile .c + if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile}] } { return -1 } |