diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2016-06-02 10:05:59 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2016-06-02 10:08:28 -0400 |
commit | 193bd37899bc7e301b195929bc7e335bea03d4e4 (patch) | |
tree | 340b79476588c59bc01f8eece21c2dcc07752bd6 /gdb/testsuite | |
parent | 4ad0bb5f3a5b2d03079819cf419b174a762c2d52 (diff) | |
download | gdb-193bd37899bc7e301b195929bc7e335bea03d4e4.zip gdb-193bd37899bc7e301b195929bc7e335bea03d4e4.tar.gz gdb-193bd37899bc7e301b195929bc7e335bea03d4e4.tar.bz2 |
mi-memory-changed.exp: Fix filename passed to untested
gdb/testsuite/ChangeLog:
* gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.mi/mi-memory-changed.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index da4dd56..733dd3c 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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 diff --git a/gdb/testsuite/gdb.mi/mi-memory-changed.exp b/gdb/testsuite/gdb.mi/mi-memory-changed.exp index b7bc0b5..511f5d7 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 } |