aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/dprintf-non-stop.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.base/dprintf-non-stop.exp')
-rw-r--r--gdb/testsuite/gdb.base/dprintf-non-stop.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/dprintf-non-stop.exp b/gdb/testsuite/gdb.base/dprintf-non-stop.exp
index 1787f6f..94f97d8 100644
--- a/gdb/testsuite/gdb.base/dprintf-non-stop.exp
+++ b/gdb/testsuite/gdb.base/dprintf-non-stop.exp
@@ -15,7 +15,7 @@
if [is_remote target] then {
# Testing with remote/non-stop is racy at the moment.
- unsupported "Testing dprintf with remote/non-stop is not supported."
+ unsupported "testing dprintf with remote/non-stop is not supported."
return 0
}
@@ -33,7 +33,7 @@ save_vars { GDBFLAGS } {
}
if ![runto main] {
- fail "Can't run to main"
+ fail "can't run to main"
return -1
}