diff options
Diffstat (limited to 'gdb/testsuite/gdb.perf')
-rw-r--r-- | gdb/testsuite/gdb.perf/backtrace.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.perf/single-step.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.perf/skip-command.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.perf/skip-prologue.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.perf/solib.exp | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/gdb/testsuite/gdb.perf/backtrace.exp b/gdb/testsuite/gdb.perf/backtrace.exp index eb94fb9..412e20c 100644 --- a/gdb/testsuite/gdb.perf/backtrace.exp +++ b/gdb/testsuite/gdb.perf/backtrace.exp @@ -52,7 +52,7 @@ PerfTest::assemble { clean_restart $binfile if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return -1 } diff --git a/gdb/testsuite/gdb.perf/single-step.exp b/gdb/testsuite/gdb.perf/single-step.exp index c2af8c9..1cc94ee 100644 --- a/gdb/testsuite/gdb.perf/single-step.exp +++ b/gdb/testsuite/gdb.perf/single-step.exp @@ -44,7 +44,7 @@ PerfTest::assemble { clean_restart $binfile if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return -1 } return 0 diff --git a/gdb/testsuite/gdb.perf/skip-command.exp b/gdb/testsuite/gdb.perf/skip-command.exp index d251725..755b3bf 100644 --- a/gdb/testsuite/gdb.perf/skip-command.exp +++ b/gdb/testsuite/gdb.perf/skip-command.exp @@ -94,7 +94,7 @@ proc run_skip_bench { kind text } { global SKIP_STEP_COUNT SKIP_DIRECTIVE_COUNT if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return -1 } diff --git a/gdb/testsuite/gdb.perf/skip-prologue.exp b/gdb/testsuite/gdb.perf/skip-prologue.exp index 2d942fc..2c4aad4 100644 --- a/gdb/testsuite/gdb.perf/skip-prologue.exp +++ b/gdb/testsuite/gdb.perf/skip-prologue.exp @@ -49,7 +49,7 @@ PerfTest::assemble { clean_restart $binfile if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return -1 } return 0 diff --git a/gdb/testsuite/gdb.perf/solib.exp b/gdb/testsuite/gdb.perf/solib.exp index 06a606c..e2b4baa 100644 --- a/gdb/testsuite/gdb.perf/solib.exp +++ b/gdb/testsuite/gdb.perf/solib.exp @@ -77,7 +77,7 @@ PerfTest::assemble { clean_restart $binfile if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return -1 } return 0 |