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 1c002c1..4cb05d5 100644 --- a/gdb/testsuite/gdb.trace/stap-trace.exp +++ b/gdb/testsuite/gdb.trace/stap-trace.exp @@ -42,7 +42,7 @@ proc compile_stap_bin {exec_name {arg ""}} { if { [gdb_compile "$srcdir/$subdir/$srcfile" \ [standard_output_file $exec_name] \ executable [concat $arg debug nowarnings]] != "" } { - untested "Could not compile ${srcfile}" + untested "could not compile ${srcfile}" return 0 } |