diff options
Diffstat (limited to 'gdb/testsuite/gdb.trace/circ.exp')
-rw-r--r-- | gdb/testsuite/gdb.trace/circ.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.trace/circ.exp b/gdb/testsuite/gdb.trace/circ.exp index e8f60a9..af024af 100644 --- a/gdb/testsuite/gdb.trace/circ.exp +++ b/gdb/testsuite/gdb.trace/circ.exp @@ -121,7 +121,7 @@ proc gdb_trace_circular_tests { } { # 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; } |