X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gdb%2Ftestsuite%2Fgdb.ada%2Fboolean_expr.exp;h=8b8c57c01f7a3ee56f21dc42daee46f30b6d962b;hb=cd2ddb6cde55a20d191e1002dbe1977df695cda9;hp=decbcba6c60acfb21cdfb27284a288c58085fc7d;hpb=b6db24e54972d0345d708ea0ec3d108f9a147f52;p=binutils-gdb.git diff --git a/gdb/testsuite/gdb.ada/boolean_expr.exp b/gdb/testsuite/gdb.ada/boolean_expr.exp index decbcba6c60..8b8c57c01f7 100644 --- a/gdb/testsuite/gdb.ada/boolean_expr.exp +++ b/gdb/testsuite/gdb.ada/boolean_expr.exp @@ -1,4 +1,4 @@ -# Copyright 2007, 2008 Free Software Foundation, Inc. +# Copyright 2007-2016 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -13,10 +13,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -if $tracelevel then { - strace $tracelevel -} - load_lib "ada.exp" gdb_exit @@ -28,9 +24,8 @@ set any_addr "0x\[0-9a-zA-Z\]+" # Force the language to Ada, as this will not happen automatically # in this case (no test program). -gdb_test "set lang ada" \ - "" \ - "Changing the language to ada" +gdb_test_no_output "set lang ada" \ + "changing the language to ada" gdb_test "print 1 = 2" \ "= false" \