* killed.exp: Correct gdb_expect syntax.

This commit is contained in:
Daniel Jacobowitz
2005-09-10 14:17:34 +00:00
parent 014fdd9977
commit a6cd0eb35d
2 changed files with 6 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2002, 2003 Free Software Foundation, Inc.
# Copyright 2002, 2003, 2005 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -80,7 +80,7 @@ gdb_expect {
-re "$gdb_prompt $" {
pass "run program to completion"
}
timeout "$gdb_prompt $" {
timeout {
fail "run program to completion (timeout)"
}
}