diff options
author | Michael Chastain <mec@google.com> | 2002-05-27 02:03:35 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2002-05-27 02:03:35 +0000 |
commit | 522ba268904ddac4b9c5c2dee2e3cba5c3343901 (patch) | |
tree | 468f34ace19ba7227a8efd97bc18871e5caefd66 /gdb/testsuite/gdb.base | |
parent | 6e3ba3b8d7417355e7cb934117e4068da18bd990 (diff) | |
download | gdb-522ba268904ddac4b9c5c2dee2e3cba5c3343901.zip gdb-522ba268904ddac4b9c5c2dee2e3cba5c3343901.tar.gz gdb-522ba268904ddac4b9c5c2dee2e3cba5c3343901.tar.bz2 |
2002-05-26 Michael Chastain <mec@shout.net>
* gdb.base/call-rt-st.exp: Fix typo in brace quoting.
Diffstat (limited to 'gdb/testsuite/gdb.base')
-rw-r--r-- | gdb/testsuite/gdb.base/call-rt-st.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/call-rt-st.exp b/gdb/testsuite/gdb.base/call-rt-st.exp index fb63913..115dcb3 100644 --- a/gdb/testsuite/gdb.base/call-rt-st.exp +++ b/gdb/testsuite/gdb.base/call-rt-st.exp @@ -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)"] && \ |