* gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
cases.
This commit is contained in:
parent
c82fff91f8
commit
31ce436075
1 changed files with 5 additions and 5 deletions
|
@ -168,7 +168,7 @@ proc test_with_self {} {
|
|||
fail "$description"
|
||||
}
|
||||
timeout {
|
||||
fail "$description" (timeout)"
|
||||
fail "$description (timeout)"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -188,7 +188,7 @@ proc test_with_self {} {
|
|||
fail "$description"
|
||||
}
|
||||
timeout {
|
||||
fail "$description" (timeout)"
|
||||
fail "$description (timeout)"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -208,7 +208,7 @@ proc test_with_self {} {
|
|||
fail "$description"
|
||||
}
|
||||
timeout {
|
||||
fail "$description" (timeout)"
|
||||
fail "$description (timeout)"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -228,7 +228,7 @@ proc test_with_self {} {
|
|||
fail "$description"
|
||||
}
|
||||
timeout {
|
||||
fail "$description" (timeout)"
|
||||
fail "$description (timeout)"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -366,7 +366,7 @@ proc test_with_self {} {
|
|||
fail "$description"
|
||||
}
|
||||
timeout {
|
||||
fail "$description" (timeout)"
|
||||
fail "$description (timeout)"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue