diff options
Diffstat (limited to 'gdb/testsuite/lib/selftest-support.exp')
-rw-r--r-- | gdb/testsuite/lib/selftest-support.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/lib/selftest-support.exp b/gdb/testsuite/lib/selftest-support.exp index f171cc8..ea8d6f2 100644 --- a/gdb/testsuite/lib/selftest-support.exp +++ b/gdb/testsuite/lib/selftest-support.exp @@ -72,7 +72,7 @@ proc selftest_setup { executable function } { } if { $gdb_file_cmd_debug_info != "debug" } then { - untested "No debug information, skipping testcase." + untested "no debug information, skipping testcase." return -1 } |