]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.threads/pending-step.exp
2011-06-06 Pedro Alves <pedro@codesourcery.com>
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.threads / pending-step.exp
index ecce946af06d2105868f9615e15b13fd3ddadc0a..342e10509fc32832dfc59824f7aeea514a20c5b1 100644 (file)
@@ -77,7 +77,7 @@ set ok 0
 for {set i 0} {$i < $iterations} {incr i} {
     set ok 0
     gdb_test_multiple "next" "$test" {
-       -re "SIGTRAP.*$gdb_prompt $" {
+       -re "Program received signal SIGTRAP.*$gdb_prompt $" {
            fail "$test (spurious SIGTRAP)"
        }
        -re "$gdb_prompt $" {