2002-05-26 Michael Chastain <mec@shout.net>
authorMichael Chastain <mec@google.com>
Mon, 27 May 2002 02:03:35 +0000 (02:03 +0000)
committerMichael Chastain <mec@google.com>
Mon, 27 May 2002 02:03:35 +0000 (02:03 +0000)
* gdb.base/call-rt-st.exp: Fix typo in brace quoting.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/call-rt-st.exp

index 783d4ae03098a991976bb3427e7152b76899a8f3..4081971c9dbde7a9a62883b95c505805620ef8f8 100644 (file)
@@ -1,3 +1,7 @@
+2002-05-26  Michael Chastain  <mec@shout.net>
+
+       * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
+
 2002-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
 
        * lib/gdb.exp (gdb_wrapper_init): Just because
index fb63913c9844df15deccefa11870bd261e746398..115dcb3fa7e560bef849afb7be3d1a09d26795f1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+# Copyright 1998, 1999, 2000, 2001, 2002 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
@@ -176,7 +176,7 @@ if ![gdb_skip_stdio_test "print print_one_large_struct(...)"] {
 if {![gdb_skip_float_test "print print_one_double(*d1)"] && \
         ![gdb_skip_stdio_test "print print_one_double(*d1)"] } {
     print_struct_call "print_one_double(*d1)" \
-           ".*Contents of one_double_t:\[ \r\n\]+1\\.111110\[ \r\n\]+.\[0-9\]+ = \\{double1 = 1\\.111\[0-9\]*\}"
+           ".*Contents of one_double_t:\[ \r\n\]+1\\.111110\[ \r\n\]+.\[0-9\]+ = \\{double1 = 1\\.111\[0-9\]*\\}"
 }
 
 if {![gdb_skip_float_test "print print_two_floats(*f3)"] && \
This page took 0.031473 seconds and 4 git commands to generate.