* gdb.base/call-rt-st.exp: Fix typos.
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 1 Sep 2004 16:36:30 +0000 (16:36 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 1 Sep 2004 16:36:30 +0000 (16:36 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/call-rt-st.exp

index a584bc5b73d9e3cfb8afe551b81241f0d35abfc4..53431c32b10c582ebbca05b9367247318b29290e 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-01  Corinna Vinschen  <vinschen@redhat.com>
+
+       * gdb.base/call-rt-st.exp: Fix typos.
+
 2004-08-31  Manoj Iyer  <manjo@austin.ibm.com>
 
        * gdb.threads/thread_check.exp: New testcase.
index 4a912fcdc29f4fea9f6849a5f8e9fd55e64315f7..7152a4a1d7f718a23e4d69b929c3c154e6f3d345 100644 (file)
@@ -187,13 +187,13 @@ if {![gdb_skip_float_test "print print_two_floats(*f3)"] && \
             ".*Contents of two_floats_t:\[ \r\n\]+-2\\.345000\[ \t]+1\\.000000\[ \r\n\]+.\[0-9\]+ = \\{float1 = -2\\.34500003, float2 = 1\\}"
 }
 
-if ![gdb_skip_stdio_test "print print_bit_flags_char(*flags)"] {
-    print_struct_call "print_bit_flags_char(*flags)" \
+if ![gdb_skip_stdio_test "print print_bit_flags_char(*cflags)"] {
+    print_struct_call "print_bit_flags_char(*cflags)" \
             ".*alpha\[ \r\n\]+gamma\[ \r\n\]+epsilon\[ \r\n\]+.\[0-9\]+ = \\{alpha = 1 '\\\\001', beta = 0 '\\\\0', gamma = 1 '\\\\001', delta = 0 '\\\\0', epsilon = 1 '\\\\001', omega = 0 '\\\\0'\\}"
 }
 
-if ![gdb_skip_stdio_test "print print_bit_flags_short(*flags)"] {
-    print_struct_call "print_bit_flags_short(*flags)" \
+if ![gdb_skip_stdio_test "print print_bit_flags_short(*sflags)"] {
+    print_struct_call "print_bit_flags_short(*sflags)" \
             ".*alpha\[ \r\n\]+gamma\[ \r\n\]+epsilon\[ \r\n\]+.\[0-9\]+ = \\{alpha = 1, beta = 0, gamma = 1, delta = 0, epsilon = 1, omega = 0\\}"
 }
 
This page took 0.0306 seconds and 4 git commands to generate.