diff options
Diffstat (limited to 'gdb/testsuite/gdb.chill/misc.exp')
-rw-r--r-- | gdb/testsuite/gdb.chill/misc.exp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.chill/misc.exp b/gdb/testsuite/gdb.chill/misc.exp index a12bdb8..3a13868 100644 --- a/gdb/testsuite/gdb.chill/misc.exp +++ b/gdb/testsuite/gdb.chill/misc.exp @@ -55,7 +55,8 @@ proc set_lang_chill {} { # Start with a fresh gdb. set binfile "misc.exe" -global passcount + +if [skip_chill_tests] then { continue } gdb_exit gdb_start |