diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/sepdebug.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/sepdebug.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/sepdebug.exp b/gdb/testsuite/gdb.base/sepdebug.exp index bd60c70..e6973fb 100644 --- a/gdb/testsuite/gdb.base/sepdebug.exp +++ b/gdb/testsuite/gdb.base/sepdebug.exp @@ -408,7 +408,7 @@ gdb_test "break $bp_location12 thread foo" \ # gdb_test "break $bp_location12 foo" \ - "Junk at end of arguments.*" \ + "malformed linespec error: unexpected string, \"foo\".*" \ "breakpoint with trailing garbage disallowed" # Verify that GDB responds gracefully to a "clear" command that has |