Fix more cases of improper test names
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.mi / mi-cmd-param-changed.exp
index 7ba8724835781bb36d9c605051df7b06c5a218dc..96cebb9153332fe19b90051446b06d80b937e36b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2012-2013 Free Software Foundation, Inc.
+# Copyright 2012-2016 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -19,7 +19,7 @@ set MIFLAGS "-i=mi"
 standard_testfile basics.c
 
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
-     untested mi-cmd-param-changed.exp
+     untested "failed to compile"
      return -1
 }
 
@@ -85,9 +85,9 @@ proc test_command_param_changed { } {
 
        # No notification is emitted for 'maint set' commands.
        foreach boolean_opt { "on" "off" } {
-           mi_gdb_test "maint set dwarf2 always-disassemble ${boolean_opt}" \
-               "\\&\"maint set dwarf2 always-disassemble ${boolean_opt}\\\\n\"\r\n\\^done" \
-               "\"maint dwarf2 always-disassemble ${boolean_opt}\""
+           mi_gdb_test "maint set dwarf always-disassemble ${boolean_opt}" \
+               "\\&\"maint set dwarf always-disassemble ${boolean_opt}\\\\n\"\r\n\\^done" \
+               "\"maint dwarf always-disassemble ${boolean_opt}\""
        }
 
        # Full command parameters are included in the notification when a
This page took 0.02548 seconds and 4 git commands to generate.