Index: ada.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/lib/ada.exp,v retrieving revision 1.1 diff -u -p -r1.1 ada.exp --- ada.exp 1 Apr 2004 00:51:13 -0000 1.1 +++ ada.exp 1 Apr 2004 06:06:59 -0000 @@ -405,7 +405,7 @@ proc gdb_compile_ada {source dest type o # We therefore simply check whether the dest file has been created # or not. Unless not present, the build has succeeded. if ![file exists $dest] { - verbose "Ada compilation failed: $result" + unsupported "Ada compilation failed: $result" return "Ada compilation failed." } }