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/gdb.mi | |
parent | 4ad0bb5f3a5b2d03079819cf419b174a762c2d52 (diff) | |
download | binutils-gdb-193bd37899bc7e301b195929bc7e335bea03d4e4.tar.gz |
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/gdb.mi')
-rw-r--r-- | gdb/testsuite/gdb.mi/mi-memory-changed.exp | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |