diff options
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 f225429..c2f2b5c 100644 --- a/gdb/testsuite/gdb.trace/collection.exp +++ b/gdb/testsuite/gdb.trace/collection.exp @@ -777,7 +777,7 @@ proc gdb_trace_collection_test {} { runto_main if { ![gdb_target_supports_trace] } then { - unsupported "Current target does not support trace" + unsupported "current target does not support trace" return 1 } |