Fix test names starting with uppercase using multi-line gdb_test_no_output
[binutils-gdb.git] / gdb / testsuite / gdb.ada / boolean_expr.exp
index decbcba6c60acfb21cdfb27284a288c58085fc7d..8b8c57c01f7a3ee56f21dc42daee46f30b6d962b 100644 (file)
@@ -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
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-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" \