This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] testsuite/gdb.base/call-rt-st.exp: fix brace quoting


Pesky little backslashes!

I'm committing this as an obvious fix.

Michael C

2002-05-26  Michael Chastain  <mec@shout.net>

	* gdb.base/call-rt-st.exp: Fix typo in brace quoting.

Index: gdb.base/call-rt-st.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/call-rt-st.exp,v
retrieving revision 1.10
diff -c -3 -p -r1.10 call-rt-st.exp
*** gdb.base/call-rt-st.exp	23 May 2002 21:20:53 -0000	1.10
--- gdb.base/call-rt-st.exp	27 May 2002 01:57:25 -0000
***************
*** 1,4 ****
! # Copyright 1998, 1999, 2000, 2001 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
--- 1,4 ----
! # 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
*************** if ![gdb_skip_stdio_test "print print_on
*** 176,182 ****
  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\]*\}"
  }
  
  if {![gdb_skip_float_test "print print_two_floats(*f3)"] && \
--- 176,182 ----
  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\]*\\}"
  }
  
  if {![gdb_skip_float_test "print print_two_floats(*f3)"] && \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]