* gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
cases.
This commit is contained in:
parent
c82fff91f8
commit
31ce436075
@ -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…
x
Reference in New Issue
Block a user