* gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
+2012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
+
+ * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
+
2012-03-17 Doug Evans <dje@google.com>
* dg-extract-results.sh: Handle KFAILs.
# If target-side condition evaluation is not supported, this warning will be
# displayed.
-set warning "warning: Target does not support breakpoint condition evaluation.\r\nUsing GDB evaluation mode instead.\r\n"
+set warning "warning: Target does not support breakpoint condition evaluation.\r\nUsing host evaluation mode instead.\r\n"
gdb_test_multiple $test_target $test_target {
-re "$warning$gdb_prompt $" {