mi-memory-changed.exp: Fix filename passed to untested
authorSimon Marchi <simon.marchi@ericsson.com>
Thu, 2 Jun 2016 14:05:59 +0000 (10:05 -0400)
committerSimon Marchi <simon.marchi@ericsson.com>
Thu, 2 Jun 2016 14:08:28 +0000 (10:08 -0400)
gdb/testsuite/ChangeLog:

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

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.mi/mi-memory-changed.exp

index da4dd56..733dd3c 100644 (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
index b7bc0b5..511f5d7 100644 (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
 }