* gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
authorDaniel Jacobowitz <drow@false.org>
Wed, 22 Nov 2006 15:24:07 +0000 (15:24 +0000)
committerDaniel Jacobowitz <drow@false.org>
Wed, 22 Nov 2006 15:24:07 +0000 (15:24 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.stabs/weird.exp

index 8e3dd057c5bd1089b644ec6c45d10a5348a80336..4cf0816cd0e49b29ee85bec548980a73cea1db97 100644 (file)
@@ -1,3 +1,7 @@
+2006-11-22  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
+
 2006-11-10  Vladimir Prus  <vladimir@codesourcery.com>
 
        * gdb.base/completion.exp: Fix completion tests for
index cb7c40e0674ea05a543000fe0e137413eacb0c8e..7282231708c7c9e231a907951227d1e4f0e7f649 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1997, 1998, 1999, 2001, 2003, 2004
+# Copyright 1997, 1998, 1999, 2001, 2003, 2004, 2006
 # Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
@@ -228,7 +228,7 @@ proc print_weird_var { var } {
 
        # Make sure that the variable gets printed out correctly, without
        # any sort of warning message.
-        gdb_test_multiple "print $var\n" "variable $var printed property" {  
+        gdb_test_multiple "print $var" "variable $var printed property" {  
                -re "^print $var\r*\n.\[0-9\]* = 42.*$gdb_prompt $" {
                        pass "variable $var printed properly"
                }