diff options
Diffstat (limited to 'gdb/testsuite/gdb.chill/pr-6632.exp')
-rw-r--r-- | gdb/testsuite/gdb.chill/pr-6632.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.chill/pr-6632.exp b/gdb/testsuite/gdb.chill/pr-6632.exp index efb8898..4fd00dd 100644 --- a/gdb/testsuite/gdb.chill/pr-6632.exp +++ b/gdb/testsuite/gdb.chill/pr-6632.exp @@ -54,7 +54,7 @@ set srcfile $binfile.ch if [skip_chill_tests] then { continue } if ![file exists $objdir/$subdir/$binfile] then { - warning "$binfile does not exist; tests suppressed." + warning "$binfile does not exist; tests suppressed." 0 } else { do_tests } |