diff options
Diffstat (limited to 'gdb/testsuite/gdb.trace/stap-trace.exp')
-rw-r--r-- | gdb/testsuite/gdb.trace/stap-trace.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.trace/stap-trace.exp b/gdb/testsuite/gdb.trace/stap-trace.exp index 37064803adf..00da1ec7f4f 100644 --- a/gdb/testsuite/gdb.trace/stap-trace.exp +++ b/gdb/testsuite/gdb.trace/stap-trace.exp @@ -117,7 +117,7 @@ if { ![runto_main] } { if { ![gdb_target_supports_trace] } { # Test cannot run on this target. - return 1; + return 1 } gdb_collect_probe_arg "probe args without semaphore" "-probe-stap user" "23" |