* gdb.base/macscp.exp: Add missing space after setup_kfail.
authorTom Tromey <tromey@redhat.com>
Tue, 25 May 2010 22:23:07 +0000 (22:23 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 25 May 2010 22:23:07 +0000 (22:23 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/macscp.exp

index 1581b55..a7bd51a 100644 (file)
@@ -1,5 +1,9 @@
 2010-05-25  Tom Tromey  <tromey@redhat.com>
 
+       * gdb.base/macscp.exp: Add missing space after setup_kfail.
+
+2010-05-25  Tom Tromey  <tromey@redhat.com>
+
        * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
        argument order.
        * gdb.base/macscp.exp: Fix setup_kfail argument order.
index 97cb1bb..5d45124 100644 (file)
@@ -243,7 +243,7 @@ switch -exact -- [info_macro WHERE] {
         pass "info macro WHERE after `list macscp_4_2_from_macscp2'"
     }
     {macscp4.h macscp3.h macscp1.c {before macscp4_2_..., from macscp3.h}} {
-        setup_kfail"gdb/555" *-*-* 
+        setup_kfail "gdb/555" *-*-* 
         fail "info macro WHERE after `list macscp_4_2_from_macscp2' (gdb/555)"
     }
     timeout { 
@@ -258,7 +258,7 @@ switch -exact -- [info_macro WHERE] {
         pass "info macro WHERE after `list macscp_4_2_from_macscp3'"
     }
     {macscp4.h macscp2.h macscp1.c {before macscp4_2_..., from macscp2.h}} {
-        setup_kfail"gdb/555" *-*-* 
+        setup_kfail "gdb/555" *-*-* 
         fail "info macro WHERE after `list macscp_4_2_from_macscp3' (gdb/555)"
     }
     timeout {
@@ -370,7 +370,7 @@ for {set i 0} {$i < [llength $funcs]} {incr i} {
     if {[string compare $result $expected] == 0} {
         pass "info macro WHERE stopped in $func"
     } elseif {[string compare $result $kfail_expected] == 0} {
-        setup_kfail"gdb/555" *-*-* 
+        setup_kfail "gdb/555" *-*-* 
         fail "info macro WHERE stopped in $func (gdb/555)"
     } elseif {[string compare $result timeout] == 0} {
         fail "info macro WHERE stopped in $func (timeout)"