mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
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:
@ -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>
|
2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
|
||||||
|
|
||||||
PR c++/19893
|
PR c++/19893
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
standard_testfile basics.c
|
standard_testfile basics.c
|
||||||
if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile \
|
if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile \
|
||||||
executable {debug nowarnings}] != "" } {
|
executable {debug nowarnings}] != "" } {
|
||||||
untested mi-record-changed.exp
|
untested ${testfile}.exp
|
||||||
return -1
|
return -1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user