aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorUros Bizjak <uros@gcc.gnu.org>2011-11-17 22:00:16 +0100
committerUros Bizjak <uros@gcc.gnu.org>2011-11-17 22:00:16 +0100
commitf6546dbc89bb0c2a4f0667101c9c72c1bb90b129 (patch)
tree2b6389cc7e8ec565807a6d5b2c0388c4d5cd6ddc /gcc
parente351ae8587983e9122bb6197f6eaf6f1b9031536 (diff)
downloadgcc-f6546dbc89bb0c2a4f0667101c9c72c1bb90b129.zip
gcc-f6546dbc89bb0c2a4f0667101c9c72c1bb90b129.tar.gz
gcc-f6546dbc89bb0c2a4f0667101c9c72c1bb90b129.tar.bz2
* lib/gcc-simulate-thread.exp (simulate-thread): Improve error message.
From-SVN: r181454
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/lib/gcc-simulate-thread.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/lib/gcc-simulate-thread.exp b/gcc/testsuite/lib/gcc-simulate-thread.exp
index b545f89..9be5da3 100644
--- a/gcc/testsuite/lib/gcc-simulate-thread.exp
+++ b/gcc/testsuite/lib/gcc-simulate-thread.exp
@@ -45,7 +45,7 @@ proc simulate-thread { args } {
return
}
- set message "(thread simulation test)"
+ set message "thread simulation test"
send_log "Spawning: $gdb_name -nx -nw -quiet -x $cmd_file ./$exec_file\n"
set res [remote_spawn target "$gdb_name -nx -nw -x $cmd_file ./$exec_file"]