diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2007-11-22 16:03:00 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2007-11-22 16:03:00 +0000 |
commit | 0ef2251b993d065ea74ad9bf717e81053cf01c20 (patch) | |
tree | 4a40150c28c5b4c4382fd2ef646fd980dd06b041 /gdb/testsuite/gdb.trace/collection.exp | |
parent | d8a88976788511b8a3476bbba45fc185bea1ab07 (diff) | |
download | binutils-gdb-0ef2251b993d065ea74ad9bf717e81053cf01c20.tar.gz |
* gdb.trace/backtrace.exp: Fix a typo.
* gdb.trace/circ.exp: Likewise.
* gdb.trace/collection.exp: Likewise.
* gdb.trace/limits.exp: Likewise.
* gdb.trace/report.exp: Likewise.
* gdb.trace/tfind.exp: Likewise.
* gdb.trace/while-dyn.exp: Likewise.
Diffstat (limited to 'gdb/testsuite/gdb.trace/collection.exp')
-rw-r--r-- | gdb/testsuite/gdb.trace/collection.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.trace/collection.exp b/gdb/testsuite/gdb.trace/collection.exp index b4af11a386f..0441e0d352f 100644 --- a/gdb/testsuite/gdb.trace/collection.exp +++ b/gdb/testsuite/gdb.trace/collection.exp @@ -502,7 +502,7 @@ proc gdb_trace_collection_test { } { # We generously give ourselves one "pass" if we successfully # detect that this test cannot be run on this target! if { ![gdb_target_supports_trace] } then { - pass "Current target does not supporst trace" + pass "Current target does not support trace" return 1; } |