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