mi-memory-changed.exp: Fix filename passed to untested

gdb/testsuite/ChangeLog:

	* gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
This commit is contained in:
Simon Marchi 2016-06-02 10:05:59 -04:00
parent 4ad0bb5f3a
commit 193bd37899
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
* gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
PR c++/19893

View File

@ -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
}