diff options
Diffstat (limited to 'gdb/testsuite/gdb.threads/stepi-random-signal.exp')
-rw-r--r-- | gdb/testsuite/gdb.threads/stepi-random-signal.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/stepi-random-signal.exp b/gdb/testsuite/gdb.threads/stepi-random-signal.exp index 2b64d5f..5e558dd 100644 --- a/gdb/testsuite/gdb.threads/stepi-random-signal.exp +++ b/gdb/testsuite/gdb.threads/stepi-random-signal.exp @@ -20,7 +20,7 @@ if { [gdb_compile_pthreads \ "${srcdir}/${subdir}/${srcfile}" \ "${binfile}" \ executable {debug}] != "" } { - untested "Couldn't compile test program." + untested "couldn't compile test program." return -1 } |