diff options
author | Jeff Law <law@redhat.com> | 1995-07-17 16:14:48 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1995-07-17 16:14:48 +0000 |
commit | 31ce436075a725ee05c36742fe854f016f3c7d5e (patch) | |
tree | 335007127656b123bf9d26727c2ee581ae3c3531 | |
parent | c82fff91f85d63d3b6eec5daf275fcb077a5ec6e (diff) | |
download | gdb-31ce436075a725ee05c36742fe854f016f3c7d5e.zip gdb-31ce436075a725ee05c36742fe854f016f3c7d5e.tar.gz gdb-31ce436075a725ee05c36742fe854f016f3c7d5e.tar.bz2 |
* gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
cases.
-rw-r--r-- | gdb/testsuite/gdb.base/a1-selftest.exp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/testsuite/gdb.base/a1-selftest.exp b/gdb/testsuite/gdb.base/a1-selftest.exp index 380991d..58ef0ac 100644 --- a/gdb/testsuite/gdb.base/a1-selftest.exp +++ b/gdb/testsuite/gdb.base/a1-selftest.exp @@ -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)" } } } |