diff options
author | Stan Shebs <shebs@codesourcery.com> | 2011-12-07 21:24:05 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 2011-12-07 21:24:05 +0000 |
commit | 1cc310d2dd7d28bcab50985de239b6cc3bd26259 (patch) | |
tree | b95fb832afe078b2571d32d242f213cd0585f1a8 /gdb/testsuite/gdb.trace/tfind.exp | |
parent | 35f73cfc810658302b9e320cc7294a1598fc0317 (diff) | |
download | binutils-gdb-1cc310d2dd7d28bcab50985de239b6cc3bd26259.tar.gz |
* gdb.trace/tfind.exp: Update for output changes.
Diffstat (limited to 'gdb/testsuite/gdb.trace/tfind.exp')
-rw-r--r-- | gdb/testsuite/gdb.trace/tfind.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.trace/tfind.exp b/gdb/testsuite/gdb.trace/tfind.exp index 703825e7af8..49eef3413f1 100644 --- a/gdb/testsuite/gdb.trace/tfind.exp +++ b/gdb/testsuite/gdb.trace/tfind.exp @@ -333,10 +333,10 @@ gdb_test "disassemble gdb_c_test" \ "8.36: trace disassembly" gdb_test "tfind line 0" \ - "out of range.*|failed to find.*" \ + "out of range.*|failed to find.*|No line 0 in .*" \ "8.18: tfind line 0"; gdb_test "tfind line 32767" \ - "out of range.*|failed to find.*" \ + "out of range.*|failed to find.*|No line 32767 in .*" \ "8.27: tfind line 32767"; gdb_test "tfind line NoSuChFiLe.c:$baseline" \ "No source file named.*" \ |