diff options
Diffstat (limited to 'gdb/testsuite/gdb.cell/ea-cache.exp')
-rw-r--r-- | gdb/testsuite/gdb.cell/ea-cache.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.cell/ea-cache.exp b/gdb/testsuite/gdb.cell/ea-cache.exp index a6b2595a476..54d216886ca 100644 --- a/gdb/testsuite/gdb.cell/ea-cache.exp +++ b/gdb/testsuite/gdb.cell/ea-cache.exp @@ -78,7 +78,7 @@ gdb_test "p *ppe_int_ptr" \ # int_var and should now also contain 42 (ea cache has been flushed). gdb_test "t 1" \ ".*Switching to thread 1.*" \ - "Switch to thread 1" + "switch to thread 1" gdb_test "p int_var" \ ".*=.*42.*" \ |