From: Simon Marchi Date: Thu, 2 Jun 2016 14:05:59 +0000 (-0400) Subject: mi-memory-changed.exp: Fix filename passed to untested X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=193bd37899bc7e301b195929bc7e335bea03d4e4;p=binutils-gdb.git mi-memory-changed.exp: Fix filename passed to untested gdb/testsuite/ChangeLog: * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index da4dd56ff6e..733dd3ca986 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2016-06-02 Simon Marchi + + * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested. + 2016-05-31 Martin Galvan PR c++/19893 diff --git a/gdb/testsuite/gdb.mi/mi-memory-changed.exp b/gdb/testsuite/gdb.mi/mi-memory-changed.exp index b7bc0b5abb6..511f5d72edc 100644 --- a/gdb/testsuite/gdb.mi/mi-memory-changed.exp +++ b/gdb/testsuite/gdb.mi/mi-memory-changed.exp @@ -16,7 +16,7 @@ standard_testfile basics.c if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile \ executable {debug nowarnings}] != "" } { - untested mi-record-changed.exp + untested ${testfile}.exp return -1 }