* Makefile.in: Bunch of fixes so it actually works in this
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.chill / chillvars.exp
index 2614dd5f275a875fb99b41b0ce19a12950f7b2d8..0e1a93074acafbeb34f31dabd0dc43428413b31a 100644 (file)
@@ -289,13 +289,11 @@ proc test_structs {} {
 # haven't tried to compile one, or the compilation failed for some reason.
 # In either case, just notify the user and skip the tests in this file.
 
-set binfile "chillvars"
+set binfile "chillvars.exe"
 set srcfile $binfile.ch
 
 if ![file exists $objdir/$subdir/$binfile] then {
-    if $all_flag then {
-       warning "$binfile does not exist; tests suppressed."
-    }
+    warning "$binfile does not exist; tests suppressed."
 } else {
     do_tests
 }
This page took 0.022726 seconds and 4 git commands to generate.